- remove unused lists *-m

This commit is contained in:
Bernhard Reutner-Fischer
2006-03-02 18:23:13 +00:00
parent c8e278f54b
commit e3ec99de82
6 changed files with 2 additions and 14 deletions

View File

@@ -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))