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