Skip to content
Snippets Groups Projects
Commit 770d95e5 authored by Julian Seward's avatar Julian Seward
Browse files

[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.
parent 355076ac
No related merge requests found
# -----------------------------------------------------------------------------
# $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 < $< > $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment