X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile.nhc98;fp=Makefile.nhc98;h=a3e6fc43f2db79030a4a7ced837e762e79333c35;hb=d13ff82ad343bbc81ae7f17fb7e6d228ea0f84cb;hp=08bea4f99bac89a3269c57ba0510f741df79298c;hpb=d9b146b931c749029a914cd70a2ff109b83784dc;p=ghc-base.git 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.