Neither .depend nor ${DEPENDFILE} depend on _SUBDIR.

(One step closer to _SUBDIR <-> _SUBDIRUSE merge.)
This commit is contained in:
Ruslan Ermilov 2002-02-06 18:08:31 +00:00
parent 115a409ec8
commit 539eb783d3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90312

View File

@ -171,6 +171,6 @@ _SUBDIR: .USE
else \
cd ${.CURDIR}/$${entry}; \
fi; \
${MAKE} ${.TARGET:S/realinstall/install/:S/.depend/depend/} DIRPRFX=${DIRPRFX}$$entry/); \
${MAKE} ${.TARGET:S/realinstall/install/} DIRPRFX=${DIRPRFX}$$entry/); \
done
.endif