Fixed problem with 'gmake' not executing libs and install targets. Ordering does matter. :(

git-svn-id: svn://10.0.0.236/trunk@10806 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org 1998-09-23 18:12:14 +00:00
parent 88c4fba289
commit 90737b279a

View File

@ -69,6 +69,8 @@ DIRS += modules/zlib
endif
endif
include $(topsrcdir)/config/rules.mk
ifndef NSPR_AUTOCONF
export:: envirocheck $(OBJS)
$(MAKE) $(NSPR_MAKE_ARGS)
@ -93,8 +95,6 @@ clobber_all::
endif # !NSPR_AUTOCONF
include $(topsrcdir)/config/rules.mk
# Running this rule assembles all the SDK source pieces into dist/sdk.
# You'll need to run this rule on every platform to get all the
# binaries (e.g. javah) copied there. You'll also have to do special