[project @ 2001-07-21 11:38:19 by simonmar]
authorsimonmar <unknown>
Sat, 21 Jul 2001 11:38:19 +0000 (11:38 +0000)
committersimonmar <unknown>
Sat, 21 Jul 2001 11:38:19 +0000 (11:38 +0000)
make ==> $(MAKE)

mk/boilerplate.mk

index cdf920b..145f6ee 100644 (file)
@@ -39,7 +39,7 @@ $(TOP)/mk/config.mk : $(TOP)/mk/config.mk.in $(TOP)/mk/config.h.in $(TOP)/config
 
 $(TOP)/configure : $(TOP)/configure.in $(TOP)/aclocal.m4
        @echo "Regenerating $(FPTOOLS_TOP)/configure..."
-       @( cd $(FPTOOLS_TOP) && make -f Makefile.config ./configure )
+       @( cd $(FPTOOLS_TOP) && $(MAKE) -f Makefile.config ./configure )
 
 # -----------------------------------------------------------------------------
 #      Now follow the pieces of boilerplate