X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2FMakefile;h=42b121c61694fc6be3e67dab57c4f2242d5e2356;hb=2494407a750053daa61718fac371487d04818e57;hp=3876e1b6708c61aab528b73aae26442e382ab79e;hpb=1fb1ab5d53a09607e7f6d2450806760688396387;p=ghc-hetmet.git diff --git a/ghc/Makefile b/ghc/Makefile index 3876e1b..42b121c 100644 --- a/ghc/Makefile +++ b/ghc/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.3 1997/03/14 07:53:55 simonpj Exp $ +# $Id: Makefile,v 1.4 1997/03/17 20:34:29 simonpj Exp $ # TOP=. @@ -49,7 +49,7 @@ boot :: $(line) @echo "Booting Prelude libraries" $(line) - @$(MAKE) -C compiler boot + @$(MAKE) -C lib boot # "CONTRIB" is also a SUBDIR, but there is nothing to build there.