diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-03-02 18:23:13 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-03-02 18:23:13 +0000 |
commit | e3ec99de828dfdb2396b50c472ef381321e9f008 (patch) | |
tree | e74cf48565d01a03640d0be94df53cb4f2f36a62 /Makefile | |
parent | c8e278f54ba7ec0d2f5626eef15057b684d7a2df (diff) | |
download | busybox-w32-e3ec99de828dfdb2396b50c472ef381321e9f008.tar.gz busybox-w32-e3ec99de828dfdb2396b50c472ef381321e9f008.tar.bz2 busybox-w32-e3ec99de828dfdb2396b50c472ef381321e9f008.zip |
- remove unused lists *-m
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -243,9 +243,8 @@ endif # ifeq ($(strip $(HAVE_DOT_CONFIG)),y) | |||
243 | # depending on it. | 243 | # depending on it. |
244 | DIRS_UPPER:=$(shell echo $(DIRS) | $(SED) 'h;y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/') | 244 | DIRS_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 | ||
250 | include $(patsubst %,%/Makefile.in,$(SRC_DIRS)) | 249 | include $(patsubst %,%/Makefile.in,$(SRC_DIRS)) |
251 | 250 | ||