make these libraries build during the export phase

git-svn-id: svn://10.0.0.236/trunk@21212 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
alecf%netscape.com 1999-02-18 22:36:27 +00:00
parent 461659931d
commit b0cb95cfba
4 changed files with 6 additions and 6 deletions

View File

@ -30,4 +30,6 @@ CSRCS = xpt_struct.c \
REQUIRES = $(MODULE)
export:: libs
include $(topsrcdir)/config/rules.mk

View File

@ -51,9 +51,7 @@ $(PROGS): $(OBJS)
@$(MAKE_OBJDIR)
$(CC) -o $@ $(OBJS) $(LD_FLAGS) $(EX_LIBS) $(OS_LIBS)
export::
install:: $(TARGETS)
export:: $(TARGETS)
$(INSTALL) $(PROGS) $(DIST)/bin
clobber::

View File

@ -51,9 +51,7 @@ $(PROGS): $(OBJS)
@$(MAKE_OBJDIR)
$(CC) -o $@ $(OBJS) $(LD_FLAGS) $(EX_LIBS) $(OS_LIBS)
export::
install:: $(TARGETS)
export:: $(TARGETS)
$(INSTALL) $(PROGS) $(DIST)/bin
clobber::

View File

@ -30,4 +30,6 @@ CSRCS = xpt_struct.c \
REQUIRES = $(MODULE)
export:: libs
include $(topsrcdir)/config/rules.mk