build: Mark all-yes Makefile target as phony.
This commit is contained in:
2
Makefile
2
Makefile
@@ -198,5 +198,5 @@ $(sort $(OBJDIRS)):
|
|||||||
# so this saves some time on slow systems.
|
# so this saves some time on slow systems.
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
|
|
||||||
.PHONY: all alltools *clean check config examples install*
|
.PHONY: all all-yes alltools *clean check config examples install*
|
||||||
.PHONY: testprogs uninstall*
|
.PHONY: testprogs uninstall*
|
||||||
|
Reference in New Issue
Block a user