X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile.nhc98;h=4bb46c2723d41b8696ba77c21b45a9133f27c091;hb=ddeaff752333f6fef1bcc0c140a589346fddb915;hp=1ef66bad092170746bdf8fce3dc5d91daf2ffdd3;hpb=9a51302e229db4a6432ae15b346b0ea0248a6e8f;p=ghc-base.git diff --git a/Makefile.nhc98 b/Makefile.nhc98 index 1ef66ba..4bb46c2 100644 --- a/Makefile.nhc98 +++ b/Makefile.nhc98 @@ -16,7 +16,6 @@ SRCS = \ NHC/SizedTypes.hs \ System/IO.hs System/IO/Error.hs System/IO/Unsafe.hs \ System/Environment.hs System/Exit.hs System/Locale.hs \ - System/FilePath.hs \ System/Directory.hs System/Mem.hs System/Cmd.hs System/Info.hs \ System/Console/GetOpt.hs System/Random.hs \ System/CPUTime.hsc System/Time.hsc \ @@ -38,6 +37,7 @@ SRCS = \ # System/Mem.hs System/Mem/StableName.hs System/Mem/Weak.hs # System/Posix/Types.hs System/Posix/Signals.hsc # Text/Read/Lex.hs +# System/FilePath.hs # Here are the main rules.