Skip to content
Snippets Groups Projects
Commit d1987b62 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1998-02-23 12:23:52 by simonm]

src/Readline.lhs --> Readline.lhs
parent a98c0b64
No related merge requests found
......@@ -21,7 +21,7 @@ HS_SRCS = $(wildcard *.lhs)
# Remove Readline.lhs if readline.h isn't available.
ifneq "$(GhcLibsWithReadline)" "YES"
HS_SRCS := $(filter-out src/Readline.lhs,$(HS_SRCS))
HS_SRCS := $(filter-out Readline.lhs,$(HS_SRCS))
else
SRC_HC_OPTS += -I$(ReadlineIncludePath)
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