OSDN Git Service

- remove superfluous $(strip)
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 23 Feb 2009 11:18:30 +0000 (11:18 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 23 Feb 2009 11:18:30 +0000 (11:18 -0000)
test/math/Makefile

index 1c6faee..8553e2a 100644 (file)
@@ -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