From: sof Date: Mon, 25 Mar 2002 15:56:00 +0000 (+0000) Subject: [project @ 2002-03-25 15:56:00 by sof] X-Git-Tag: Approx_11550_changesets_converted~2231 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=f8fa9e3748cb4579e0a42eeb9721c92db761b437;p=ghc-hetmet.git [project @ 2002-03-25 15:56:00 by sof] hc-file-bundle: removed dangling ParseIface.hs pointer --- diff --git a/Makefile b/Makefile index a8e9263..f0714de 100644 --- a/Makefile +++ b/Makefile @@ -302,7 +302,6 @@ hc-file-bundle : project-check -name "*.hsc" -print | sed 's/hsc$$/hs/g' >> 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 echo $(ProjectNameShort)-$(ProjectVersion)/ghc/compiler/main/ParsePkgConf.hs >> hc-files-to-go echo $(ProjectNameShort)-$(ProjectVersion)/hslibs/hssource/HsParser.hs >> hc-files-to-go