diff options
author | Bernhard Reutner-Fischer | 2006-03-02 18:23:13 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer | 2006-03-02 18:23:13 +0000 |
commit | e3ec99de828dfdb2396b50c472ef381321e9f008 (patch) | |
tree | e74cf48565d01a03640d0be94df53cb4f2f36a62 /miscutils | |
parent | c8e278f54ba7ec0d2f5626eef15057b684d7a2df (diff) | |
download | busybox-e3ec99de828dfdb2396b50c472ef381321e9f008.zip busybox-e3ec99de828dfdb2396b50c472ef381321e9f008.tar.gz |
- remove unused lists *-m
Diffstat (limited to 'miscutils')
-rw-r--r-- | miscutils/Makefile.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/miscutils/Makefile.in b/miscutils/Makefile.in index e431f48..12b4f05 100644 --- a/miscutils/Makefile.in +++ b/miscutils/Makefile.in @@ -29,9 +29,6 @@ MISCUTILS-$(CONFIG_WATCHDOG) += watchdog.o needlibm-y:= needlibm-$(CONFIG_DC) := y -ifeq ($(needlibm-m),y) -needlibm-y:=y -endif ifeq ($(needlibm-y),y) LIBRARIES := $(filter-out -lm,$(LIBRARIES)) -lm endif |