Mark the "obj" target with the .PHONY attribute.
This commit is contained in:
parent
a7a0612913
commit
b5db19d0d0
@ -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 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user