From dedafdb01a611b45b45844aaf3816a82680755fa Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 14 Feb 2001 11:54:33 +0000 Subject: [PATCH] [project @ 2001-02-14 11:54:33 by simonmar] PrimOp dependency wibble --- ghc/compiler/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 1.7.10.4