summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-10-12 11:17:12 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-10-12 11:17:12 +0000
commit09b48f62e39b58594fa8db8b7adb6b8a8e0ff8ff (patch)
treedaabb6ec8204ae615b437e1deea88bd66bc7b6cb /tools
parentd3e43f5ccc6e07238ef8434eee17f74ceea6d51f (diff)
downloadexecline-09b48f62e39b58594fa8db8b7adb6b8a8e0ff8ff.tar.xz
Test make-3.81 compatibility
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 f8cf5ee..d3eaaa3 100755
--- a/tools/gen-deps.sh
+++ b/tools/gen-deps.sh
@@ -66,7 +66,7 @@ for dir in $(ls -1 src | grep -v ^include) ; do
fi
done < src/$dir/deps-lib/$file
echo "lib${file}.a.xyzzy:$deps"
- echo "lib${file}.so.xyzzy: private EXTRA_LIBS :=$libs"
+ echo "lib${file}.so.xyzzy: EXTRA_LIBS :=$libs"
echo "lib${file}.so.xyzzy:$(echo "$deps" | sed 's/\.o/.lo/g')"
done