[project @ 2001-07-02 10:08:52 by simonmar]
[ghc-hetmet.git] / Makefile
index ff7c6d2..312a699 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -298,6 +298,11 @@ 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
+        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