[project @ 2000-08-21 13:35:46 by simonmar]
authorsimonmar <unknown>
Mon, 21 Aug 2000 13:35:46 +0000 (13:35 +0000)
committersimonmar <unknown>
Mon, 21 Aug 2000 13:35:46 +0000 (13:35 +0000)
Fix up a PrimOp dependency.

ghc/compiler/Makefile

index af24f8f..cb22ba7 100644 (file)
@@ -1,5 +1,5 @@
 # -----------------------------------------------------------------------------
-# $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          < $< > $@