aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2018-12-12 15:23:40 +0000
committerEd Maste <emaste@FreeBSD.org>2018-12-12 15:23:40 +0000
commit466ed83b6cebd5fc29097d6caa0b5e6496a3551b (patch)
tree5caec95bff2caf2e51d44447620d44eadb63b1b2 /Makefile.inc1
parent09ff71d357dcb7546adcfb8f9662aa72f43524be (diff)
downloadsrc-466ed83b6cebd5fc29097d6caa0b5e6496a3551b.tar.gz
src-466ed83b6cebd5fc29097d6caa0b5e6496a3551b.zip
Makefile.inc1: update stale wpa dependency removal statement
Only stale .depend files are removed; do not mention object files.
Notes
Notes: svn path=/head/; revision=341989
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index e39c0ca3d79a..03798f9581b9 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -981,7 +981,7 @@ _cleanobj_fast_depend_hack: .PHONY
@if [ -e "${OBJTOP}/usr.sbin/wpa/wpa_supplicant/.depend.rrm.o" ] && \
egrep -q 'src/ap/rrm.c' \
${OBJTOP}/usr.sbin/wpa/wpa_supplicant/.depend.rrm.o; then \
- echo "Removing stale wpa dependencies and objects"; \
+ echo "Removing stale wpa dependencies"; \
rm -f ${OBJTOP}/usr.sbin/wpa/*/.depend*; \
fi