summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorsof <unknown>2001-11-26 23:56:04 +0000
committersof <unknown>2001-11-26 23:56:04 +0000
commit343b371ae9ebb4ba69782f92726390089bd8a3cf (patch)
treea29eb0be8924580daa8c24a28dde99f5f86e3676 /Makefile
parentb5cfaf64be9810d93cb3a08271292aaa935a83c4 (diff)
downloadhaskell-343b371ae9ebb4ba69782f92726390089bd8a3cf.tar.gz
[project @ 2001-11-26 23:56:04 by sof]
have happy-inplace rule depend on glafp-utils/
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2b1e5ab049..c32fc69805 100644
--- a/Makefile
+++ b/Makefile
@@ -315,8 +315,7 @@ DIST_CLEAN_FILES += config.cache config.status
ifeq "$(HAPPY)" "$(FPTOOLS_TOP_ABS)/happy/src/happy-inplace"
all :: $(FPTOOLS_TOP_ABS)/happy/src/happy-inplace
-$(FPTOOLS_TOP_ABS)/happy/src/happy-inplace :
- cd ghc/includes && make boot
+$(FPTOOLS_TOP_ABS)/happy/src/happy-inplace : glafp-utils
cd happy && make boot all
endif