Browse Source

- remove superfluous $(strip)

Bernhard Reutner-Fischer 15 years ago
parent
commit
3a59769488
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/math/Makefile

+ 1 - 1
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