summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsimonmar <unknown>2000-08-22 10:08:14 +0000
committersimonmar <unknown>2000-08-22 10:08:14 +0000
commit10c6574b6a63f6d0fb1e1367c673b891a748fe1c (patch)
tree03db38cfc6cba502603c30ad46aea02001589639
parent770d95e5634608f7dc6fc0ff57bac674919edc83 (diff)
downloadhaskell-10c6574b6a63f6d0fb1e1367c673b891a748fe1c.tar.gz
[project @ 2000-08-22 10:08:14 by simonmar]
Wibble.
-rw-r--r--ghc/compiler/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile
index 836dec060d..34e0a3c273 100644
--- a/ghc/compiler/Makefile
+++ b/ghc/compiler/Makefile
@@ -1,5 +1,5 @@
# -----------------------------------------------------------------------------
-# $Id: Makefile,v 1.90 2000/08/22 09:48:49 sewardj Exp $
+# $Id: Makefile,v 1.91 2000/08/22 10:08:14 simonmar Exp $
TOP = ..
include $(TOP)/mk/boilerplate.mk
@@ -246,7 +246,9 @@ 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)
+
+depend :: $(PRIMOP_BITS)
primop-data-decl.hs-incl: prelude/primops.txt
$(GENPOC) --data-decl < $< > $@