From: sof Date: Tue, 25 Aug 1998 14:01:53 +0000 (+0000) Subject: [project @ 1998-08-25 14:01:53 by sof] X-Git-Tag: Approx_2487_patches~284 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=270bc052d2d33e6cb21fc6eba7d9b9400fadb0ab;p=ghc-hetmet.git [project @ 1998-08-25 14:01:53 by sof] Fixed prob with building Readline stubs. --- diff --git a/ghc/lib/misc/cbits/Makefile b/ghc/lib/misc/cbits/Makefile index be6601f..8d24ee5 100644 --- 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