diff options
author | Ian Lynagh <igloo@earth.li> | 2008-08-17 11:42:02 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-08-17 11:42:02 +0000 |
commit | 06781a444251b6aabfd9079f85ebcfa794f9db23 (patch) | |
tree | fdcc4e267adbac176fa897fc2460e54b2fd60170 /compiler/Makefile | |
parent | cf690bef85f23a001d110daad26b11057f58d8fc (diff) | |
download | haskell-06781a444251b6aabfd9079f85ebcfa794f9db23.tar.gz |
When making in compiler/, automatically make in ghc/ when we are done
Diffstat (limited to 'compiler/Makefile')
-rw-r--r-- | compiler/Makefile | 1 |
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$* |