summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-07-17 19:24:02 +0000
committerIan Lynagh <igloo@earth.li>2008-07-17 19:24:02 +0000
commitc9f955eeac2e055c5f9d4d56ee8248ed687f9917 (patch)
tree777a2bb347a7515ea0f6fff892655f6841abbc56 /utils
parent48c3232a53eb5a0594991e4af602bf91364a2cc4 (diff)
downloadhaskell-c9f955eeac2e055c5f9d4d56ee8248ed687f9917.tar.gz
Fix the order in which things get built
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/Makefile b/utils/Makefile
index 26e751f598..972716feb8 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -53,11 +53,11 @@ boot ::
$(MAKE) -C genprimopcode
endif
-boot ::
+with-bootstrapping-compiler:
$(MAKE) -C hsc2hs with-bootstrapping-compiler
ifneq "$(NO_INSTALL_HSC2HS)" "YES"
-all ::
+with-stage-1:
$(MAKE) -C hsc2hs with-stage-1
install ::