From 8e29403965d33468b2200ef647e9d4829d251998 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 22 Mar 2005 11:53:48 +0000 Subject: [PATCH] [project @ 2005-03-22 11:53:48 by simonmar] remove redundant dependency --- ghc/includes/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ghc/includes/Makefile b/ghc/includes/Makefile index 136bce7..dc07097 100644 --- a/ghc/includes/Makefile +++ b/ghc/includes/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.28 2005/03/02 09:48:16 simonmar Exp $ +# $Id: Makefile,v 1.29 2005/03/22 11:53:48 simonmar Exp $ # TOP = .. @@ -110,8 +110,6 @@ CLEAN_FILES += mkDerivedConstantsHdr$(exeext) DerivedConstants.h all :: GHCConstants.h -mkGHCConstants.c : $(H_CONFIG) - mkGHCConstants : mkGHCConstants.o $(CC) -o $@ $(CC_OPTS) $(LD_OPTS) mkGHCConstants.o -- 1.7.10.4