From 4f29261602abf03416181dba04f5d83752940d55 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 11 Feb 2002 13:59:01 +0000 Subject: [PATCH] [project @ 2002-02-11 13:59:01 by simonmar] Add a missing dependency (submitted by Volker Stolz; thanks) --- ghc/includes/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- 1.7.10.4