From 90737b279af1af852d7dceefc19502b97fa5fbd9 Mon Sep 17 00:00:00 2001 From: "cls%seawood.org" Date: Wed, 23 Sep 1998 18:12:14 +0000 Subject: [PATCH] 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 --- mozilla/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/Makefile.in b/mozilla/Makefile.in index aa99c64956a..76d3089c0da 100644 --- a/mozilla/Makefile.in +++ b/mozilla/Makefile.in @@ -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