[project @ 1998-08-25 14:01:53 by sof]
[ghc-hetmet.git] / 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