summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2015-08-12 08:38:32 +0200
committerJoachim Breitner <mail@joachim-breitner.de>2015-08-12 08:38:32 +0200
commit8fd5f7bad6976a3ff1b92941ac60f92e054ad702 (patch)
tree6cb674c36378572d646b2edde2977a65c2ddc33a /src
parent9bba954176234dee62437b6ba2f1dc2cce000e33 (diff)
downloadDHG_packages-8fd5f7bad6976a3ff1b92941ac60f92e054ad702.tar.gz
Fix detection of self-dependencies
Diffstat (limited to 'src')
-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