X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=ff7c6d2d92e3012f63557a1e93b2f6926720a87f;hb=0303b0f1bd205eaf1af7f3f86c1c237afa2cf1ef;hp=01d02ff6c04e540a5a5b5c967e832d84d94d6d55;hpb=c532ff608cf445768bc122c355579563c7cb7ed8;p=ghc-hetmet.git diff --git a/Makefile b/Makefile index 01d02ff..ff7c6d2 100644 --- a/Makefile +++ b/Makefile @@ -298,7 +298,9 @@ hc-file-bundle : project-check $(ProjectNameShort)-$(ProjectVersion)/ghc/lib \ $(ProjectNameShort)-$(ProjectVersion)/hslibs \ -name "*.hc" -o -name "*_hsc.[ch]" -o -name "*_stub.[ch]" > hc-files-to-go - tar czf $(ProjectNameShort)-$(ProjectVersion)-$(TARGETPLATFORM)-hc.tar `cat 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 # -----------------------------------------------------------------------------