mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-24 19:05:24 +00:00
Don't let files depend on themselves
This commit is contained in:
parent
7fd70c2851
commit
17dad78450
@ -128,7 +128,7 @@ class Target
|
||||
end
|
||||
|
||||
@file_deps.each do |spec|
|
||||
file spec.first => spec.last
|
||||
file spec.first => spec.last unless spec.first == spec.last
|
||||
end
|
||||
|
||||
@aliases.each_with_index do |name, idx|
|
||||
|
Loading…
Reference in New Issue
Block a user