diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index cb22ba747742ac4e80f00f6f238b8899134ed23e..836dec060d455b29b5bce7b616a0e458bdd382c3 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 < $< > $@