From: sof Date: Mon, 4 Mar 2002 19:26:01 +0000 (+0000) Subject: [project @ 2002-03-04 19:26:01 by sof] X-Git-Tag: Approx_11550_changesets_converted~2309 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=a653419f40b19e47c2138d465a7a419a5825e4a1 [project @ 2002-03-04 19:26:01 by sof] hc-file-bundle (pt2): sigh, make that PrimopWrappers.hs --- diff --git a/Makefile b/Makefile index f1a39d4..a8e9263 100644 --- 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