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:
64a9066
)
[project @ 1998-08-25 14:01:53 by sof]
author
sof
<unknown>
Tue, 25 Aug 1998 14:01:53 +0000
(14:01 +0000)
committer
sof
<unknown>
Tue, 25 Aug 1998 14:01:53 +0000
(14:01 +0000)
Fixed prob with building Readline stubs.
ghc/lib/misc/cbits/Makefile
patch
|
blob
|
history
diff --git
a/ghc/lib/misc/cbits/Makefile
b/ghc/lib/misc/cbits/Makefile
index
be6601f
..
8d24ee5
100644
(file)
--- a/
ghc/lib/misc/cbits/Makefile
+++ b/
ghc/lib/misc/cbits/Makefile
@@
-10,7
+10,7
@@
CC:=$(HC)
C_SRCS=$(wildcard *.c)
# Remove Readline.lhs if readline.h isn't available.
-ifneq "$(HAVE_READLINE)" "YES"
+ifneq "$(GhcLibsWithReadline)" "YES"
C_SRCS := $(filter-out ghcReadline.c,$(C_SRCS))
endif