From: simonmar Date: Sat, 21 Jul 2001 11:38:19 +0000 (+0000) Subject: [project @ 2001-07-21 11:38:19 by simonmar] X-Git-Tag: Approximately_9120_patches~1492 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=fa3ef527287e63a0cebbe3841f27e519fe38fec3 [project @ 2001-07-21 11:38:19 by simonmar] make ==> $(MAKE) --- diff --git a/mk/boilerplate.mk b/mk/boilerplate.mk index cdf920b..145f6ee 100644 --- a/mk/boilerplate.mk +++ b/mk/boilerplate.mk @@ -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