From: simonm Date: Mon, 23 Feb 1998 12:23:52 +0000 (+0000) Subject: [project @ 1998-02-23 12:23:52 by simonm] X-Git-Tag: Approx_2487_patches~929 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d1987b6290ce89e516b7370ac61b9b192948c5c8;p=ghc-hetmet.git [project @ 1998-02-23 12:23:52 by simonm] src/Readline.lhs --> Readline.lhs --- diff --git a/ghc/lib/misc/Makefile b/ghc/lib/misc/Makefile index c48591a..ba23358 100644 --- a/ghc/lib/misc/Makefile +++ b/ghc/lib/misc/Makefile @@ -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