Prechádzať zdrojové kódy

- remove superfluous $(strip)

Bernhard Reutner-Fischer 17 rokov pred
rodič
commit
3a59769488
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      test/math/Makefile

+ 1 - 1
test/math/Makefile

@@ -4,7 +4,7 @@
 include ../../.config
 include ../../.config
 
 
 TESTS := basic-test rint tst-definitions test-fpucw test-float test-ifloat test-double test-idouble
 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
 TESTS += test-ldouble test-ildoubl compile_test
 else
 else
 CFLAGS_basic-test := -DNO_LONG_DOUBLE
 CFLAGS_basic-test := -DNO_LONG_DOUBLE