From: simonmar Date: Wed, 26 Jan 2005 16:05:48 +0000 (+0000) Subject: [project @ 2005-01-26 16:05:48 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~1191 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=068f6bdf5b84792213f8e7628417516861b6b51b;p=ghc-hetmet.git [project @ 2005-01-26 16:05:48 by simonmar] hc-file-bundle: need to track ghc/lib too --- diff --git a/Makefile b/Makefile index 0bfbf0e..7b1fd9d 100644 --- a/Makefile +++ b/Makefile @@ -433,6 +433,7 @@ hc-file-bundle : project-check $(LN_S) . $(ProjectNameShort)-$(ProjectVersion) $(FIND) $(ProjectNameShort)-$(ProjectVersion)/ghc/compiler \ $(ProjectNameShort)-$(ProjectVersion)/ghc/utils \ + $(ProjectNameShort)-$(ProjectVersion)/ghc/lib \ $(ProjectNameShort)-$(ProjectVersion)/libraries -follow \ \( -name "*.hc" -o -name "*_hsc.[ch]" -o -name "*_stub.[ch]" \) -print > hc-files-to-go for f in `$(FIND) $(ProjectNameShort)-$(ProjectVersion)/ghc/compiler $(ProjectNameShort)-$(ProjectVersion)/ghc/utils $(ProjectNameShort)-$(ProjectVersion)/libraries -name "*.hsc" -follow -print` ""; do \