X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=5fc80ebd9afedaabfdc885889fba806e8167f03c;hb=52fe4859e9343c023f00080bc34d77d9a7d17a0f;hp=ff7c6d2d92e3012f63557a1e93b2f6926720a87f;hpb=21cbb725773ae902f2494f8aa908c11020b664c7;p=ghc-hetmet.git diff --git a/Makefile b/Makefile index ff7c6d2..5fc80eb 100644 --- a/Makefile +++ b/Makefile @@ -295,9 +295,14 @@ hc-file-bundle : project-check $(LN_S) . $(ProjectNameShort)-$(ProjectVersion) find $(ProjectNameShort)-$(ProjectVersion)/ghc/compiler \ $(ProjectNameShort)-$(ProjectVersion)/ghc/driver \ - $(ProjectNameShort)-$(ProjectVersion)/ghc/lib \ - $(ProjectNameShort)-$(ProjectVersion)/hslibs \ + $(ProjectNameShort)-$(ProjectVersion)/ghc/lib \ + $(ProjectNameShort)-$(ProjectVersion)/hslibs \ -name "*.hc" -o -name "*_hsc.[ch]" -o -name "*_stub.[ch]" > hc-files-to-go + find $(ProjectNameShort)-$(ProjectVersion)/ghc/compiler \ + $(ProjectNameShort)-$(ProjectVersion)/ghc/driver \ + $(ProjectNameShort)-$(ProjectVersion)/ghc/lib \ + $(ProjectNameShort)-$(ProjectVersion)/hslibs \ + -name "*.hsc" | sed 's/hsc$/hs$/g' >> hc-files-to-go tar czf $(ProjectNameShort)-$(ProjectVersion)-$(TARGETPLATFORM)-hc.tar.gz `cat hc-files-to-go` CLEAN_FILES += hc-files-to-go *-hc.tar.gz