installables need to depend on their source files...

This commit is contained in:
David Given 2016-08-14 11:25:47 +02:00
parent 3df4906d52
commit fb2a42a2db

View file

@ -713,7 +713,7 @@ definerule("installable",
error("installable can only cope with targets emitting single files") error("installable can only cope with targets emitting single files")
end end
deps[#deps+1] = src.fullname deps[#deps+1] = f
dests[#dests+1] = dest dests[#dests+1] = dest
commands[#commands+1] = "cp "..f[1].." "..dest commands[#commands+1] = "cp "..f[1].." "..dest
end end