PROGS depends on PROGS_G so depending on just PROGS is enough.
authorDiego Biurrun <diego@biurrun.de>
Thu, 25 Jan 2007 00:39:32 +0000 (00:39 +0000)
committerDiego Biurrun <diego@biurrun.de>
Thu, 25 Jan 2007 00:39:32 +0000 (00:39 +0000)
Originally committed as revision 7700 to svn://svn.ffmpeg.org/ffmpeg/trunk

Makefile

index 50c3f2c..957798f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -59,7 +59,7 @@ LDFLAGS+=-L./libswscale
 EXTRALIBS+=-lswscale$(BUILDSUF)
 endif
 
-all: lib $(PROGS_G) $(PROGS) $(VHOOK) $(DOC)
+all: lib $(PROGS) $(VHOOK) $(DOC)
 
 lib:
        $(MAKE) -C libavutil   all