From 770d95e5634608f7dc6fc0ff57bac674919edc83 Mon Sep 17 00:00:00 2001 From: sewardj Date: Tue, 22 Aug 2000 09:48:49 +0000 Subject: [PATCH] [project @ 2000-08-22 09:48:49 by sewardj] Make prelude/PrimOp.lhs, not prelude/PrimOp.o, depend on $(PRIMOP_BITS). 'make boot' doesn't work otherwise, since the primop includes don't get built. --- ghc/compiler/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index cb22ba7..836dec0 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.89 2000/08/21 13:35:46 simonmar Exp $ +# $Id: Makefile,v 1.90 2000/08/22 09:48:49 sewardj Exp $ TOP = .. include $(TOP)/mk/boilerplate.mk @@ -246,7 +246,7 @@ PRIMOP_BITS=primop-data-decl.hs-incl \ primop-usage.hs-incl \ primop-primop-info.hs-incl -prelude/PrimOp.o: $(PRIMOP_BITS) +prelude/PrimOp.lhs: $(PRIMOP_BITS) primop-data-decl.hs-incl: prelude/primops.txt $(GENPOC) --data-decl < $< > $@ -- 1.7.10.4