summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-01-25 00:39:32 +0000
committerDiego Biurrun <diego@biurrun.de>2007-01-25 00:39:32 +0000
commit634444f4ce3514214a1658e484e6fba78c2224ec (patch)
tree3736c96665ec48737a5176f261df2fc95feb4b2f /Makefile
parent91f2de5e1894350c6b43a6ede759ad2f6a7c9a9b (diff)
PROGS depends on PROGS_G so depending on just PROGS is enough.
Originally committed as revision 7700 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 50c3f2ca67..957798f8ba 100644
--- 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