From: simonmar Date: Wed, 14 Feb 2001 11:54:33 +0000 (+0000) Subject: [project @ 2001-02-14 11:54:33 by simonmar] X-Git-Tag: Approximately_9120_patches~2631 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=dedafdb01a611b45b45844aaf3816a82680755fa;p=ghc-hetmet.git [project @ 2001-02-14 11:54:33 by simonmar] PrimOp dependency wibble --- diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index f69caa7..e0be902 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.138 2001/02/13 09:35:45 simonmar Exp $ +# $Id: Makefile,v 1.139 2001/02/14 11:54:33 simonmar Exp $ TOP = .. include $(TOP)/mk/boilerplate.mk @@ -247,7 +247,7 @@ PRIMOP_BITS=primop-data-decl.hs-incl \ primop-usage.hs-incl \ primop-primop-info.hs-incl -prelude/PrimOp.lhs: $(PRIMOP_BITS) +prelude/PrimOp.lhs prelude/PrimOp.o: $(PRIMOP_BITS) depend :: $(PRIMOP_BITS)