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 /coreutils | |
parent | c8e278f54ba7ec0d2f5626eef15057b684d7a2df (diff) | |
download | busybox-e3ec99de828dfdb2396b50c472ef381321e9f008.tar.gz |
- remove unused lists *-m
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 COREUTILS-$(CONFIG_YES) += yes.o COREUTILS-y:=$(sort $(COREUTILS-y)) -COREUTILS-m:=$(sort $(COREUTILS-m)) COREUTILS_SRC-y:=$(patsubst %.o,$(srcdir)/%.c,$(COREUTILS-y)) COREUTILS_SRC-a:=$(wildcard $(srcdir)/*.c) |