summaryrefslogtreecommitdiff
path: root/compiler/Makefile
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-08-17 11:42:02 +0000
committerIan Lynagh <igloo@earth.li>2008-08-17 11:42:02 +0000
commit06781a444251b6aabfd9079f85ebcfa794f9db23 (patch)
treefdcc4e267adbac176fa897fc2460e54b2fd60170 /compiler/Makefile
parentcf690bef85f23a001d110daad26b11057f58d8fc (diff)
downloadhaskell-06781a444251b6aabfd9079f85ebcfa794f9db23.tar.gz
When making in compiler/, automatically make in ghc/ when we are done
Diffstat (limited to 'compiler/Makefile')
-rw-r--r--compiler/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/Makefile b/compiler/Makefile
index ca3f96e83f..51ba8b98fc 100644
--- a/compiler/Makefile
+++ b/compiler/Makefile
@@ -186,6 +186,7 @@ boot.stage.%: $(PRIMOP_BITS) $(CONFIG_HS) parser/Parser.y
build.stage.%:
$(MAKE) -f Makefile-stage$* stage=$*
$(CABAL) register --distpref dist-stage$* --inplace
+ $(MAKE) -C ../ghc stage=$*
doc.stage.%:
$(CABAL) haddock --distpref dist-stage$*