From: simonmar Date: Mon, 11 Feb 2002 13:59:01 +0000 (+0000) Subject: [project @ 2002-02-11 13:59:01 by simonmar] X-Git-Tag: Approximately_9120_patches~110 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=4f29261602abf03416181dba04f5d83752940d55;p=ghc-hetmet.git [project @ 2002-02-11 13:59:01 by simonmar] Add a missing dependency (submitted by Volker Stolz; thanks) --- diff --git a/ghc/includes/Makefile b/ghc/includes/Makefile index a6374e2..12d384a 100644 --- a/ghc/includes/Makefile +++ b/ghc/includes/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.18 2001/11/21 16:56:19 sof Exp $ +# $Id: Makefile,v 1.19 2002/02/11 13:59:01 simonmar Exp $ # TOP = .. @@ -66,10 +66,12 @@ endif @echo "Done." # --------------------------------------------------------------------------- -# Make NativeDefs.h for the NCG +# Make DerivedConstants.h for the compiler all :: DerivedConstants.h +mkDerivedConstants.c : $(H_CONFIG) + mkDerivedConstantsHdr : mkDerivedConstants.o $(CC) -o $@ $(CC_OPTS) $(LD_OPTS) mkDerivedConstants.o