From 1501df045f75b1ee607b49ce2f970c762a2538a4 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Thu, 24 Jan 2013 16:01:28 +0100 Subject: Deprecate the EXTRA_LIBS variable. Instead specify explicit library dependencies for codecs and plugins. --- lib/libsetjmp/libsetjmp.make | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/libsetjmp/libsetjmp.make') diff --git a/lib/libsetjmp/libsetjmp.make b/lib/libsetjmp/libsetjmp.make index f8df7513c9..cf1e4bbdfe 100644 --- a/lib/libsetjmp/libsetjmp.make +++ b/lib/libsetjmp/libsetjmp.make @@ -14,7 +14,6 @@ SETJMPLIB = $(BUILDDIR)/lib/libsetjmp.a INCLUDES += -I$(SETJMPLIB_DIR) OTHER_SRC += $(SETJMPLIB_SRC) -EXTRA_LIBS += $(SETJMPLIB) $(SETJMPLIB): $(SETJMPLIB_OBJ) $(SILENT)$(shell rm -f $@) -- cgit v1.2.3