[project @ 1998-02-23 12:23:52 by simonm]
[ghc-hetmet.git] / 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