From 634444f4ce3514214a1658e484e6fba78c2224ec Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 25 Jan 2007 00:39:32 +0000 Subject: PROGS depends on PROGS_G so depending on just PROGS is enough. Originally committed as revision 7700 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3