summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-02-23 11:18:30 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-02-23 11:18:30 +0000
commit3a59769488d10742881129ada22950c9d8cf7233 (patch)
treee578e8b5bfe1707e350665207d2c9e4e8153f779 /test
parentd38ad7827e0a20310292e40242006b90ddd8703a (diff)
- remove superfluous $(strip)
Diffstat (limited to 'test')
-rw-r--r--test/math/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/math/Makefile b/test/math/Makefile
index 1c6faee29..8553e2a4c 100644
--- a/test/math/Makefile
+++ b/test/math/Makefile
@@ -4,7 +4,7 @@
include ../../.config
TESTS := basic-test rint tst-definitions test-fpucw test-float test-ifloat test-double test-idouble
-ifeq ($(strip $(UCLIBC_HAS_LONG_DOUBLE_MATH)),y)
+ifeq ($(UCLIBC_HAS_LONG_DOUBLE_MATH),y)
TESTS += test-ldouble test-ildoubl compile_test
else
CFLAGS_basic-test := -DNO_LONG_DOUBLE