From e3ec99de828dfdb2396b50c472ef381321e9f008 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Thu, 2 Mar 2006 18:23:13 +0000 Subject: - remove unused lists *-m --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') 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) # depending on it. DIRS_UPPER:=$(shell echo $(DIRS) | $(SED) 'h;y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/') -# First populate the variables ..._OBJ-y ...OBJ-m et al +# First populate the variables ..._OBJ-y et al $(foreach d,$(DIRS_UPPER),$(eval $(notdir $(d))-y:=)) -$(foreach d,$(DIRS_UPPER),$(eval $(notdir $(d))-m:=)) include $(patsubst %,%/Makefile.in,$(SRC_DIRS)) -- cgit v1.2.3