From afe176265480880e1f702c96a8ba434b0d88728b Mon Sep 17 00:00:00 2001 From: Janne Grunau Date: Thu, 15 May 2014 18:11:19 +0200 Subject: build: export library dependencies in ${name}_FFLIBS Removes an ugly $(if) to avoid conflicts with $(FFLIBS-) in the top-level MAkefile. --- common.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.mak') diff --git a/common.mak b/common.mak index c17b5bfab9..9244fd366d 100644 --- a/common.mak +++ b/common.mak @@ -8,7 +8,7 @@ all: all-yes include $(SRC_PATH)/arch.mak OBJS += $(OBJS-yes) -FFLIBS := $(FFLIBS-$(if $(NAME),$(NAME),no)) $(FFLIBS-yes) $(FFLIBS) +FFLIBS := $($(NAME)_FFLIBS) $(FFLIBS-yes) $(FFLIBS) TESTPROGS += $(TESTPROGS-yes) LDLIBS = $(FFLIBS:%=%$(BUILDSUF)) -- cgit v1.2.3