mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
build: Mark all-yes Makefile target as phony.
This commit is contained in:
parent
86c3c1abf0
commit
e2542dcc6e
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*
|
||||||
|
Loading…
Reference in New Issue
Block a user