[FFmpeg-cvslog] build: Remove deleted 'check' target from .PHONY list.

Diego Biurrun git at videolan.org
Tue Jul 5 02:52:27 CEST 2011


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Thu Jun 30 13:46:58 2011 +0200| [db54be09c20917081031c73816bfa79c08a1cd5b] | committer: Diego Biurrun

build: Remove deleted 'check' target from .PHONY list.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=db54be09c20917081031c73816bfa79c08a1cd5b
---

 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 2cb5f65..9f7b436 100644
--- a/Makefile
+++ b/Makefile
@@ -199,5 +199,5 @@ $(sort $(OBJDIRS)):
 # so this saves some time on slow systems.
 .SUFFIXES:
 
-.PHONY: all all-yes alltools *clean check config examples install*
+.PHONY: all all-yes alltools *clean config examples install*
 .PHONY: testprogs uninstall*



More information about the ffmpeg-cvslog mailing list