From 068f6bdf5b84792213f8e7628417516861b6b51b Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 26 Jan 2005 16:05:48 +0000 Subject: [PATCH] [project @ 2005-01-26 16:05:48 by simonmar] hc-file-bundle: need to track ghc/lib too --- Makefile | 1 + 1 file changed, 1 insertion(+) 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 \ -- 1.7.10.4