[project @ 2002-03-04 19:26:01 by sof]
authorsof <unknown>
Mon, 4 Mar 2002 19:26:01 +0000 (19:26 +0000)
committersof <unknown>
Mon, 4 Mar 2002 19:26:01 +0000 (19:26 +0000)
hc-file-bundle (pt2): sigh, make that PrimopWrappers.hs

Makefile

index f1a39d4..a8e9263 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -300,7 +300,7 @@ hc-file-bundle : project-check
             $(ProjectNameShort)-$(ProjectVersion)/ghc/lib \
             $(ProjectNameShort)-$(ProjectVersion)/hslibs \
          -name "*.hsc" -print | sed 's/hsc$$/hs/g' >> hc-files-to-go
-       echo $(ProjectNameShort)-$(ProjectVersion)/libraries/base/GHC/PrimWrappers.hs >> hc-files-to-go
+       echo $(ProjectNameShort)-$(ProjectVersion)/libraries/base/GHC/PrimopWrappers.hs >> hc-files-to-go
        echo $(ProjectNameShort)-$(ProjectVersion)/ghc/compiler/*.hs-incl >> hc-files-to-go
        echo $(ProjectNameShort)-$(ProjectVersion)/ghc/compiler/rename/ParseIface.hs >> hc-files-to-go
        echo $(ProjectNameShort)-$(ProjectVersion)/ghc/compiler/parser/Parser.hs >> hc-files-to-go