[FFmpeg-cvslog] build: remove unnecessary dependency on libs from 'all' target

Mans Rullgard git at videolan.org
Tue Jul 12 01:44:23 CEST 2011


ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Mon Jul 11 20:53:15 2011 +0100| [1fef92fd7390cda7e5a2655c1c7cfc0851c9a66e] | committer: Mans Rullgard

build: remove unnecessary dependency on libs from 'all' target

The libs are added to the all target elsewhere, no need to do it
again here.

Signed-off-by: Mans Rullgard <mans at mansr.com>

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

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

diff --git a/Makefile b/Makefile
index 87451e0..a27fe28 100644
--- a/Makefile
+++ b/Makefile
@@ -86,7 +86,7 @@ include $(SRC_PATH)/common.mak
 FF_EXTRALIBS := $(FFEXTRALIBS)
 FF_DEP_LIBS  := $(DEP_LIBS)
 
-all: $(FF_DEP_LIBS) $(PROGS)
+all: $(PROGS)
 
 $(TOOLS): %$(EXESUF): %.o
 	$(LD) $(LDFLAGS) -o $@ $< $(ELIBS)



More information about the ffmpeg-cvslog mailing list