From 1fef92fd7390cda7e5a2655c1c7cfc0851c9a66e Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Mon, 11 Jul 2011 20:53:15 +0100 Subject: 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 87451e04d0..a27fe28934 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) -- cgit v1.2.3