Makefile.inc1: update stale wpa dependency removal statement
Only stale .depend files are removed; do not mention object files.
This commit is contained in:
parent
09ff71d357
commit
466ed83b6c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user