Makefile.inc1: update stale wpa dependency removal statement

Only stale .depend files are removed; do not mention object files.
This commit is contained in:
Ed Maste 2018-12-12 15:23:40 +00:00
parent 09ff71d357
commit 466ed83b6c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=341989

View File

@ -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