Skip to content
Snippets Groups Projects
Commit 270bc052 authored by sof's avatar sof
Browse files

[project @ 1998-08-25 14:01:53 by sof]

Fixed prob with building Readline stubs.
parent 64a90660
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment