aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 93b598c1a..71525e1f0 100644
--- a/Makefile
+++ b/Makefile
@@ -243,9 +243,8 @@ endif # ifeq ($(strip $(HAVE_DOT_CONFIG)),y)
243# depending on it. 243# depending on it.
244DIRS_UPPER:=$(shell echo $(DIRS) | $(SED) 'h;y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/') 244DIRS_UPPER:=$(shell echo $(DIRS) | $(SED) 'h;y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/')
245 245
246# First populate the variables ..._OBJ-y ...OBJ-m et al 246# First populate the variables ..._OBJ-y et al
247$(foreach d,$(DIRS_UPPER),$(eval $(notdir $(d))-y:=)) 247$(foreach d,$(DIRS_UPPER),$(eval $(notdir $(d))-y:=))
248$(foreach d,$(DIRS_UPPER),$(eval $(notdir $(d))-m:=))
249 248
250include $(patsubst %,%/Makefile.in,$(SRC_DIRS)) 249include $(patsubst %,%/Makefile.in,$(SRC_DIRS))
251 250