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 82b4c8dd20..3b89864e17 100755
--- a/tool/update-deps
+++ b/tool/update-deps
@@ -19,7 +19,7 @@ ENV['LC_ALL'] = 'C'
def read_make_deps(cwd)
dependencies = {}
- make_p = `make -p 2> /dev/null`
+ make_p = `make -p all golf 2> /dev/null`
dirstack = [cwd]
make_p.scan(%r{Entering directory `(.*)'|Leaving directory `(.*)'|^([/0-9a-zA-Z._-]+):(.*)}) {
if $1