summaryrefslogtreecommitdiff
path: root/miscutils
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-03-02 18:23:13 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-03-02 18:23:13 +0000
commite3ec99de828dfdb2396b50c472ef381321e9f008 (patch)
treee74cf48565d01a03640d0be94df53cb4f2f36a62 /miscutils
parentc8e278f54ba7ec0d2f5626eef15057b684d7a2df (diff)
downloadbusybox-w32-e3ec99de828dfdb2396b50c472ef381321e9f008.tar.gz
busybox-w32-e3ec99de828dfdb2396b50c472ef381321e9f008.tar.bz2
busybox-w32-e3ec99de828dfdb2396b50c472ef381321e9f008.zip
- remove unused lists *-m
Diffstat (limited to 'miscutils')
-rw-r--r--miscutils/Makefile.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/miscutils/Makefile.in b/miscutils/Makefile.in
index e431f48ef..12b4f05a4 100644
--- a/miscutils/Makefile.in
+++ b/miscutils/Makefile.in
@@ -29,9 +29,6 @@ MISCUTILS-$(CONFIG_WATCHDOG) += watchdog.o
29 29
30needlibm-y:= 30needlibm-y:=
31needlibm-$(CONFIG_DC) := y 31needlibm-$(CONFIG_DC) := y
32ifeq ($(needlibm-m),y)
33needlibm-y:=y
34endif
35ifeq ($(needlibm-y),y) 32ifeq ($(needlibm-y),y)
36 LIBRARIES := $(filter-out -lm,$(LIBRARIES)) -lm 33 LIBRARIES := $(filter-out -lm,$(LIBRARIES)) -lm
37endif 34endif