From: Simon Marlow Date: Thu, 21 Jun 2007 09:51:54 +0000 (+0000) Subject: FIX BUILD: can't build the makefiles during make boot X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=07ea55410545ef68074e7ae94516e93bd88e26bb FIX BUILD: can't build the makefiles during make boot --- diff --git a/libraries/Makefile b/libraries/Makefile index 54b8e32..ddf94d9 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -117,7 +117,6 @@ subdirs: boot: $(BOOTSTRAP_STAMPS) ifBuildable/ifBuildable \ $(foreach SUBDIR,$(SUBDIRS),$(SUBDIR)/setup/Setup) \ - $(foreach SUBDIR,$(SUBDIRS),$(SUBDIR)/GNUmakefile) \ installPackage/installPackage # We build the Setup program in a setup subdirectory to stop it trying