From fa3ef527287e63a0cebbe3841f27e519fe38fec3 Mon Sep 17 00:00:00 2001 From: simonmar Date: Sat, 21 Jul 2001 11:38:19 +0000 Subject: [PATCH] [project @ 2001-07-21 11:38:19 by simonmar] make ==> $(MAKE) --- mk/boilerplate.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4