summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2017-10-30 11:09:29 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2017-10-30 11:09:29 +0000
commit74f8514a347f465bd169a20514cf70f8f9cfc721 (patch)
tree29043c3426383912f9bff4adad8f6743b81f42ad /tools
parent95ace82d4d984b6a9a654e6d8fb2e410b144d8b7 (diff)
downloads6-portable-utils-74f8514a347f465bd169a20514cf70f8f9cfc721.tar.xz
Make all-pic a user option
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 67ec2d4..6383ac2 100755
--- a/tools/gen-deps.sh
+++ b/tools/gen-deps.sh
@@ -65,7 +65,7 @@ for dir in $(ls -1 src | grep -v ^include) ; do
deps="$deps src/$dir/$dep"
fi
done < src/$dir/deps-lib/$file
- echo 'ifeq ($(strip $(DEFAULT_PIE)),)'
+ echo 'ifeq ($(strip $(STATIC_LIBS_ARE_PIC)),)'
echo "lib${file}.a.xyzzy:$deps"
echo else
echo "lib${file}.a.xyzzy:$(echo "$deps" | sed 's/\.o/.lo/g')"