Skip to content
Snippets Groups Projects
Commit 1fef92fd authored by Mans Rullgard's avatar Mans Rullgard
Browse files

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: default avatarMans Rullgard <mans@mansr.com>
parent f6b7f724
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment