[project @ 2002-11-13 12:21:08 by simonmar]
[ghc-hetmet.git] / mk / boilerplate.mk
index cdf920b..3790d7e 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
@@ -61,9 +61,6 @@ include $(TOP)/mk/opts.mk
 # Variables that control the option flags for all the
 # language processors
 
-include $(TOP)/mk/suffix.mk
-# Suffix rules for Haskell, C and literate 
-
 ifeq "$(BootingFromHc)" "YES"
 include $(TOP)/mk/bootstrap.mk
 endif