aboutsummaryrefslogtreecommitdiff
path: root/libbb
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 /libbb
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 'libbb')
-rw-r--r--libbb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/Makefile.in b/libbb/Makefile.in
index 3828a42db..d4cc7646a 100644
--- a/libbb/Makefile.in
+++ b/libbb/Makefile.in
@@ -45,7 +45,7 @@ LIBBB-$(CONFIG_SU)+= correct_password.c
45LIBBB-$(CONFIG_LOGIN)+= correct_password.c 45LIBBB-$(CONFIG_LOGIN)+= correct_password.c
46 46
47 47
48LIBBB-y:=$(patsubst %,$(srcdir)/%,$(LIBBB-y) $(LIBBB-m)) 48LIBBB-y:=$(patsubst %,$(srcdir)/%,$(LIBBB-y))
49 49
50# 1:N objects 50# 1:N objects
51LIBBB_MSRC0:=$(srcdir)/messages.c 51LIBBB_MSRC0:=$(srcdir)/messages.c