[FFmpeg-cvslog] build: Mark all-yes Makefile target as phony.
Diego Biurrun
git at videolan.org
Thu Jun 30 04:44:01 CEST 2011
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Tue Jun 7 13:16:48 2011 +0200| [e2542dcc6e94d86b8b844f6ab0ce32ed329d39ee] | committer: Diego Biurrun
build: Mark all-yes Makefile target as phony.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e2542dcc6e94d86b8b844f6ab0ce32ed329d39ee
---
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index 3510a1e..59a1692 100644
--- a/Makefile
+++ b/Makefile
@@ -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*
More information about the ffmpeg-cvslog
mailing list