[project @ 1998-02-23 12:23:52 by simonm]
authorsimonm <unknown>
Mon, 23 Feb 1998 12:23:52 +0000 (12:23 +0000)
committersimonm <unknown>
Mon, 23 Feb 1998 12:23:52 +0000 (12:23 +0000)
src/Readline.lhs --> Readline.lhs

ghc/lib/misc/Makefile

index c48591a..ba23358 100644 (file)
@@ -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