Skip to content
Snippets Groups Projects
Commit c76fd55c authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-08-21 13:35:46 by simonmar]

Fix up a PrimOp dependency.
parent b19cd2ef
No related merge requests found
# -----------------------------------------------------------------------------
# $Id: Makefile,v 1.88 2000/08/09 11:39:02 simonmar Exp $
# $Id: Makefile,v 1.89 2000/08/21 13:35:46 simonmar 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.lhs: $(PRIMOP_BITS)
prelude/PrimOp.o: $(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