[project @ 1998-08-25 14:01:53 by sof]
authorsof <unknown>
Tue, 25 Aug 1998 14:01:53 +0000 (14:01 +0000)
committersof <unknown>
Tue, 25 Aug 1998 14:01:53 +0000 (14:01 +0000)
Fixed prob with building Readline stubs.

ghc/lib/misc/cbits/Makefile

index be6601f..8d24ee5 100644 (file)
@@ -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