From d13ff82ad343bbc81ae7f17fb7e6d228ea0f84cb Mon Sep 17 00:00:00 2001 From: "Malcolm.Wallace@cs.york.ac.uk" Date: Tue, 13 Oct 2009 09:38:33 +0000 Subject: [PATCH] dirUtils.c no longer available --- Makefile.nhc98 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.nhc98 b/Makefile.nhc98 index 08bea4f..a3e6fc4 100644 --- a/Makefile.nhc98 +++ b/Makefile.nhc98 @@ -40,7 +40,7 @@ SRCS = \ Text/Read.hs Text/Show.hs Text/Show/Functions.hs \ Text/ParserCombinators/ReadP.hs Data/Version.hs \ Unsafe/Coerce.hs \ - WCsubst.c dirUtils.c \ + WCsubst.c \ GHC/IO/Device.hs \ System/Posix/Types.hs System/Posix/Internals.hs \ System/Console/GetOpt.hs \ @@ -62,6 +62,7 @@ SRCS = \ # System/Mem.hs System/Mem/StableName.hs System/Mem/Weak.hs # System/Posix/Types.hs System/Posix/Signals.hsc # System/FilePath.hs +# dirUtils.c # Here are the main rules. -- 1.7.10.4