[project @ 2002-03-04 01:29:11 by sof]
authorsof <unknown>
Mon, 4 Mar 2002 01:29:11 +0000 (01:29 +0000)
committersof <unknown>
Mon, 4 Mar 2002 01:29:11 +0000 (01:29 +0000)
hc-file-bundle: new location of PrimWrappers.hs (nee PrelPrimOpWrappers.hs)

Makefile

index 6fe0fb5..f1a39d4 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)/ghc/lib/std/PrelPrimopWrappers.hs >> hc-files-to-go
+       echo $(ProjectNameShort)-$(ProjectVersion)/libraries/base/GHC/PrimWrappers.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