aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJessica Clarke <jrtc27@FreeBSD.org>2023-07-10 23:18:15 +0000
committerJessica Clarke <jrtc27@FreeBSD.org>2023-07-10 23:18:15 +0000
commitf3674213e38f07752963cde58b2291700c90232a (patch)
treef8c2da7b9835fa845b0ddaa81d0d00ed9ceac554 /tools
parentce4846ae75d435b9b2c2c415bf906851aafc10de (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 a7c27a4ba730..743da3361cf5 100755
--- a/tools/build/depend-cleanup.sh
+++ b/tools/build/depend-cleanup.sh
@@ -91,7 +91,7 @@ fi
# 20220326 fbc002cb72d2 move from bcmp.c to bcmp.S
if [ "$MACHINE_ARCH" = "amd64" ]; then
- clean_dep lib/libc bcmp c
+ clean_dep lib/libc bcmp c
fi
# 20220524 68fe988a40ca kqueue_test binary replaced shell script