summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-10-12 11:28:34 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-10-12 11:28:34 +0000
commit3c3d5a49b2782c618e878f2db5b243370b9ad6c8 (patch)
treef34b4d0baf1c4097a42b5a12d8336a9cd63c3643 /tools
parent09b48f62e39b58594fa8db8b7adb6b8a8e0ff8ff (diff)
downloadexecline-3c3d5a49b2782c618e878f2db5b243370b9ad6c8.tar.xz
More experimenting with make-3.81
Diffstat (limited to 'tools')
-rwxr-xr-xtools/gen-deps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gen-deps.sh b/tools/gen-deps.sh
index d3eaaa3..5c96dd1 100755
--- a/tools/gen-deps.sh
+++ b/tools/gen-deps.sh
@@ -83,7 +83,7 @@ for dir in $(ls -1 src | grep -v ^include) ; do
deps="$deps $dep"
fi
done < src/$dir/deps-exe/$file
- echo "$file: private EXTRA_LIBS :=$libs"
+ echo "$file: EXTRA_LIBS :=$libs"
echo "$file: src/$dir/$file.o$deps"
done
done