1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

build: Mark all-yes Makefile target as phony.

This commit is contained in:
Diego Biurrun 2011-06-07 13:16:48 +02:00
parent 86c3c1abf0
commit e2542dcc6e

View File

@ -198,5 +198,5 @@ $(sort $(OBJDIRS)):
# so this saves some time on slow systems.
.SUFFIXES:
.PHONY: all alltools *clean check config examples install*
.PHONY: all all-yes alltools *clean check config examples install*
.PHONY: testprogs uninstall*