projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccef53e
)
[project @ 1999-10-11 09:29:12 by simonmar]
author
simonmar
<unknown>
Mon, 11 Oct 1999 09:29:12 +0000
(09:29 +0000)
committer
simonmar
<unknown>
Mon, 11 Oct 1999 09:29:12 +0000
(09:29 +0000)
use $(GHC), not $(HC)
ghc/lib/posix/cbits/Makefile
patch
|
blob
|
history
diff --git
a/ghc/lib/posix/cbits/Makefile
b/ghc/lib/posix/cbits/Makefile
index
ed4cefc
..
86fa034
100644
(file)
--- a/
ghc/lib/posix/cbits/Makefile
+++ b/
ghc/lib/posix/cbits/Makefile
@@
-8,7
+8,7
@@
override WAYS=
# Hack!
SRC_CC_OPTS += -I$(GHC_INCLUDE_DIR)
-CC=$(HC)
+CC=$(GHC)
C_SRCS=$(wildcard *.c)
LIBRARY=libHSposix_cbits.a
LIBOBJS=$(C_OBJS)