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 /libbb | |
parent | c8e278f54ba7ec0d2f5626eef15057b684d7a2df (diff) |
- remove unused lists *-m
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/Makefile.in | 2 |
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 LIBBB-$(CONFIG_LOGIN)+= correct_password.c -LIBBB-y:=$(patsubst %,$(srcdir)/%,$(LIBBB-y) $(LIBBB-m)) +LIBBB-y:=$(patsubst %,$(srcdir)/%,$(LIBBB-y)) # 1:N objects LIBBB_MSRC0:=$(srcdir)/messages.c |