summaryrefslogtreecommitdiff
path: root/tool/update-deps
diff options
context:
space:
mode:
Diffstat (limited to 'tool/update-deps')
-rwxr-xr-xtool/update-deps2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/update-deps b/tool/update-deps
index 3ab69dd1a9..24c20f89b7 100755
--- a/tool/update-deps
+++ b/tool/update-deps
@@ -412,7 +412,7 @@ def main_actual_fix(problems)
tmp_makefile = "#{makefile}.new.#{$$}"
File.write(tmp_makefile, new_content)
File.rename tmp_makefile, makefile
- (add_lines - lines).each {|line| puts " added #{line}" }
+ (add_lines - dep_lines).each {|line| puts " added #{line}" }
else
puts "not modified: #{makefile}"
end