summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorsimonmar <unknown>2005-01-26 16:05:48 +0000
committersimonmar <unknown>2005-01-26 16:05:48 +0000
commit068f6bdf5b84792213f8e7628417516861b6b51b (patch)
treeee38351ac51e5e42e54850b6fa37f408661aad61 /Makefile
parent55aa70cdc5ebc3e1cb9d73907f3e9c72f82b6796 (diff)
downloadhaskell-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--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0bfbf0e69a..7b1fd9dfe9 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 \