diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-03-02 18:23:13 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-03-02 18:23:13 +0000 |
commit | dd9ecd0113ec1240c7f3755bdaa73a5f8e463967 (patch) | |
tree | e74cf48565d01a03640d0be94df53cb4f2f36a62 /coreutils | |
parent | c03a2dd3ad722845076ebc7953748ba530ab9aa2 (diff) | |
download | busybox-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 'coreutils')
-rw-r--r-- | coreutils/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/Makefile.in b/coreutils/Makefile.in index eee64a995..5f8a0ac52 100644 --- a/coreutils/Makefile.in +++ b/coreutils/Makefile.in | |||
@@ -78,7 +78,6 @@ COREUTILS-$(CONFIG_WHOAMI) += whoami.o | |||
78 | COREUTILS-$(CONFIG_YES) += yes.o | 78 | COREUTILS-$(CONFIG_YES) += yes.o |
79 | 79 | ||
80 | COREUTILS-y:=$(sort $(COREUTILS-y)) | 80 | COREUTILS-y:=$(sort $(COREUTILS-y)) |
81 | COREUTILS-m:=$(sort $(COREUTILS-m)) | ||
82 | 81 | ||
83 | COREUTILS_SRC-y:=$(patsubst %.o,$(srcdir)/%.c,$(COREUTILS-y)) | 82 | COREUTILS_SRC-y:=$(patsubst %.o,$(srcdir)/%.c,$(COREUTILS-y)) |
84 | COREUTILS_SRC-a:=$(wildcard $(srcdir)/*.c) | 83 | COREUTILS_SRC-a:=$(wildcard $(srcdir)/*.c) |