From 06781a444251b6aabfd9079f85ebcfa794f9db23 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 17 Aug 2008 11:42:02 +0000 Subject: When making in compiler/, automatically make in ghc/ when we are done --- compiler/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/Makefile') 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$* -- cgit v1.2.1