aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2024-12-14 15:55:18 +0000
committerWarner Losh <imp@FreeBSD.org>2024-12-14 20:56:10 +0000
commit1d69498623c0eced2de0f97cd553aff81a936911 (patch)
tree9d3817402030b7a45573b7436a2878bcba71ccf8 /tools
parentda5aed38d80a000a6bc3819e51c9f5c0ed5a77a1 (diff)
Diffstat (limited to 'tools')
-rwxr-xr-xtools/build/depend-cleanup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build/depend-cleanup.sh b/tools/build/depend-cleanup.sh
index 81acf517f9d7..8aee1d0e9e71 100755
--- a/tools/build/depend-cleanup.sh
+++ b/tools/build/depend-cleanup.sh
@@ -233,7 +233,7 @@ clean_dep lib/libcrypt crypt-sha256 c
clean_dep lib/libcrypt crypt-sha512 c
# 20241213 b55f5e1c4ae3 jemalloc: Move generated jemalloc.3 into lib/libc tree
-if [ -e "$OBJTOP"/lib/libc/jemalloc.3 ]; then
+if [ -h "$OBJTOP"/lib/libc/jemalloc.3 ]; then
# Have to cleanup the jemalloc.3 in the obj tree since make gets
# confused and won't use the one in lib/libc/malloc/jemalloc/jemalloc.3
echo "Removing stale jemalloc.3 object"