[project @ 2002-02-11 13:59:01 by simonmar]
authorsimonmar <unknown>
Mon, 11 Feb 2002 13:59:01 +0000 (13:59 +0000)
committersimonmar <unknown>
Mon, 11 Feb 2002 13:59:01 +0000 (13:59 +0000)
Add a missing dependency (submitted by Volker Stolz; thanks)

ghc/includes/Makefile

index a6374e2..12d384a 100644 (file)
@@ -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