Mark the "obj" target with the .PHONY attribute.

This commit is contained in:
Ruslan Ermilov 2004-04-13 12:36:00 +00:00
parent a7a0612913
commit b5db19d0d0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128188

View File

@ -78,7 +78,7 @@ objwarn:
.if !defined(NOOBJ)
.if !target(obj)
obj:
obj: .PHONY
@if ! test -d ${CANONICALOBJDIR}/; then \
mkdir -p ${CANONICALOBJDIR}; \
if ! test -d ${CANONICALOBJDIR}/; then \