From 07ea55410545ef68074e7ae94516e93bd88e26bb Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Thu, 21 Jun 2007 09:51:54 +0000 Subject: [PATCH] FIX BUILD: can't build the makefiles during make boot --- libraries/Makefile | 1 - 1 file changed, 1 deletion(-) 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 -- 1.7.10.4