Mark failtest_xxx targets as phony
This doesn't really change anything, but is more correct, as the targets names don't correspond to any physical files.
This commit is contained in:
@@ -1112,7 +1112,7 @@ failtest_weakref:
|
|||||||
fi; \
|
fi; \
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
.PHONY: failtest
|
.PHONY: failtest failtest_combobox failtest_evthandler failtest_weakref
|
||||||
|
|
||||||
# Include dependency info, if present:
|
# Include dependency info, if present:
|
||||||
@IF_GNU_MAKE@-include ./.deps/*.d
|
@IF_GNU_MAKE@-include ./.deps/*.d
|
||||||
|
@@ -376,7 +376,7 @@ failtest_weakref:
|
|||||||
fi; \
|
fi; \
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
.PHONY: failtest
|
.PHONY: failtest failtest_combobox failtest_evthandler failtest_weakref
|
||||||
</fragment>
|
</fragment>
|
||||||
|
|
||||||
</makefile>
|
</makefile>
|
||||||
|
Reference in New Issue
Block a user