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

View File

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