Skip to content
Snippets Groups Projects
Commit 06a6a6fc authored by sof's avatar sof
Browse files

[project @ 1997-09-04 13:23:35 by sof]

Use CC to compile mkNativeHdr
parent 3ba59be5
No related branches found
No related tags found
No related merge requests found
......@@ -89,8 +89,7 @@ $(TARGETPLATFORM).h : mkNativeHdr
# to do it (ghc really).
#
mkNativeHdr : $(HLIT) $(HFILES) mkNativeHdr.c
$(HC) -c mkNativeHdr.c
$(HC) -o mkNativeHdr mkNativeHdr.o
$(CC) -o mkNativeHdr mkNativeHdr.c
all :: $(H_CONFIG) $(ALL_FILES)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment