aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-03-02 18:23:13 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-03-02 18:23:13 +0000
commitdd9ecd0113ec1240c7f3755bdaa73a5f8e463967 (patch)
treee74cf48565d01a03640d0be94df53cb4f2f36a62 /Makefile
parentc03a2dd3ad722845076ebc7953748ba530ab9aa2 (diff)
downloadbusybox-w32-dd9ecd0113ec1240c7f3755bdaa73a5f8e463967.tar.gz
busybox-w32-dd9ecd0113ec1240c7f3755bdaa73a5f8e463967.tar.bz2
busybox-w32-dd9ecd0113ec1240c7f3755bdaa73a5f8e463967.zip
- remove unused lists *-m
git-svn-id: svn://busybox.net/trunk/busybox@14432 69ca8d6d-28ef-0310-b511-8ec308f3f277
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