From: sof Date: Wed, 3 Sep 1997 23:46:56 +0000 (+0000) Subject: [project @ 1997-09-03 23:46:56 by sof] X-Git-Tag: Approximately_1000_patches_recorded~50 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=74ec2f9a7070af449cda348a6c9698f6d49dcf3c;hp=0b51506092d1eb7db21b507bedd5d90caab01867;p=ghc-hetmet.git [project @ 1997-09-03 23:46:56 by sof] fixups for mkNativeHdr --- diff --git a/ghc/includes/Makefile b/ghc/includes/Makefile index 6e8636e..7e2a5a6 100644 --- a/ghc/includes/Makefile +++ b/ghc/includes/Makefile @@ -25,6 +25,8 @@ H_CONFIG = config.h H_FILES = stgdefs.h rtsdefs.h StgDirections.h StgMachDeps.h error.h \ ieee-flpt.h gmp.h LLC.h HLC.h +MKDEPENDC_SRCS=mkNativeHdr.c + ALL_FILES = $(DELIT_H_FILES) $(H_FILES) ifeq ($(GhcWithNativeCodeGen),YES) ALL_FILES += $(TARGETPLATFORM).h @@ -88,7 +90,7 @@ $(TARGETPLATFORM).h : mkNativeHdr # mkNativeHdr : $(HLIT) $(HFILES) mkNativeHdr.c $(HC) -c mkNativeHdr.c - $(CC) $(CFLAGS) -o mkNativeHdr mkNativeHdr.c + $(HC) -o mkNativeHdr mkNativeHdr.o all :: $(H_CONFIG) $(ALL_FILES)