diff options
author | simonmar <unknown> | 2005-01-26 16:05:48 +0000 |
---|---|---|
committer | simonmar <unknown> | 2005-01-26 16:05:48 +0000 |
commit | 068f6bdf5b84792213f8e7628417516861b6b51b (patch) | |
tree | ee38351ac51e5e42e54850b6fa37f408661aad61 /Makefile | |
parent | 55aa70cdc5ebc3e1cb9d73907f3e9c72f82b6796 (diff) | |
download | haskell-068f6bdf5b84792213f8e7628417516861b6b51b.tar.gz |
[project @ 2005-01-26 16:05:48 by simonmar]
hc-file-bundle: need to track ghc/lib too
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \ |