about summary refs log tree commit diff
path: root/bam.lua
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2010-05-29 15:39:15 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2010-05-29 15:39:15 +0000
commitf96fccb6e79cf2f691b67ae4152f3031863faec8 (patch)
treefea595683d8c612257b1b7f13d5094ae878e53d1 /bam.lua
parent7d8c8f09d79f670b3660dce7c83554e109da97ba (diff)
downloadzcatch-f96fccb6e79cf2f691b67ae4152f3031863faec8.tar.gz
zcatch-f96fccb6e79cf2f691b67ae4152f3031863faec8.zip
fixed a script dependency
Diffstat (limited to 'bam.lua')
-rw-r--r--bam.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/bam.lua b/bam.lua
index 90a268fd..75f46316 100644
--- a/bam.lua
+++ b/bam.lua
@@ -38,6 +38,7 @@ function CHash(output, ...)
 	for index, inname in ipairs(inputs) do
 		AddDependency(output, inname)
 	end
+	AddDependency(output, "scripts/cmd5.py")
 	return output
 end