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 /miscutils | |
parent | c8e278f54ba7ec0d2f5626eef15057b684d7a2df (diff) | |
download | busybox-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.in | 3 |
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 | ||
30 | needlibm-y:= | 30 | needlibm-y:= |
31 | needlibm-$(CONFIG_DC) := y | 31 | needlibm-$(CONFIG_DC) := y |
32 | ifeq ($(needlibm-m),y) | ||
33 | needlibm-y:=y | ||
34 | endif | ||
35 | ifeq ($(needlibm-y),y) | 32 | ifeq ($(needlibm-y),y) |
36 | LIBRARIES := $(filter-out -lm,$(LIBRARIES)) -lm | 33 | LIBRARIES := $(filter-out -lm,$(LIBRARIES)) -lm |
37 | endif | 34 | endif |