OSDN Git Service

build: remove unnecessary dependency on libs from 'all' target
authorMans Rullgard <mans@mansr.com>
Mon, 11 Jul 2011 19:53:15 +0000 (20:53 +0100)
committerMans Rullgard <mans@mansr.com>
Mon, 11 Jul 2011 20:08:52 +0000 (21:08 +0100)
The libs are added to the all target elsewhere, no need to do it
again here.

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

index 87451e0..a27fe28 100644 (file)
--- 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)