From: simonmar Date: Tue, 22 Mar 2005 11:53:48 +0000 (+0000) Subject: [project @ 2005-03-22 11:53:48 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~876 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=8e29403965d33468b2200ef647e9d4829d251998;p=ghc-hetmet.git [project @ 2005-03-22 11:53:48 by simonmar] remove redundant dependency --- 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