diff options
author | Ian Lynagh <igloo@earth.li> | 2008-07-18 22:36:56 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-07-18 22:36:56 +0000 |
commit | f893fb935d23418b80534b05f35fe50d54af0acc (patch) | |
tree | a7fac55529584608a3df3938ebf77114d5650159 /compiler/Makefile | |
parent | aa4a905d69a7325fc22f917a41a82f9e19146fcd (diff) | |
download | haskell-f893fb935d23418b80534b05f35fe50d54af0acc.tar.gz |
Some "install" and "clean" fixes
Diffstat (limited to 'compiler/Makefile')
-rw-r--r-- | compiler/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler/Makefile b/compiler/Makefile index 00ae2c2e19..129adfc4d5 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -175,6 +175,10 @@ build.stage.%: $(MAKE) -f Makefile-stage$* stage=$* $(CABAL) register --distpref dist-stage$* --inplace +# XXX We ought to actually install the (stage 2) library +install: + @: + stage_dirs : $(MKDIRHIER) stage$(stage) |