From 144904e901d557a8af1d73bd217ec15bc4bedb85 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 13 Dec 2011 15:55:11 +0100 Subject: build: rename subdir.mak ---> library.mak --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3809ece352..19b8df42d3 100644 --- a/Makefile +++ b/Makefile @@ -113,7 +113,7 @@ define DOSUBDIR $(foreach V,$(SUBDIR_VARS),$(eval $(call RESET,$(V)))) SUBDIR := $(1)/ include $(SRC_PATH)/$(1)/Makefile -include $(SRC_PATH)/subdir.mak +include $(SRC_PATH)/library.mak endef $(foreach D,$(FFLIBS),$(eval $(call DOSUBDIR,lib$(D)))) -- cgit v1.2.3