summaryrefslogtreecommitdiff
path: root/src/make-all.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/make-all.hs')
-rw-r--r--src/make-all.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make-all.hs b/src/make-all.hs
index bc5bfc262..27d5034bd 100644
--- a/src/make-all.hs
+++ b/src/make-all.hs
@@ -320,7 +320,7 @@ shakeMain conf@(Conf {..}) = do
-- For the sake of packages like alex, uuagc etc, we exclude ourselves
-- from this, thus allowing the use of the binary from the archive to
-- bootstrap.
- need $ filter (/= out) depChanges
+ need $ filter (/= targetDir </> changesFileName source version) depChanges
-- What files do we have built locally?
-- Make sure the build uses only them