Переглянути джерело

- remove superfluous $(strip)

Bernhard Reutner-Fischer 15 роки тому
батько
коміт
3a59769488
1 змінених файлів з 1 додано та 1 видалено
  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