From 3a59769488d10742881129ada22950c9d8cf7233 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Mon, 23 Feb 2009 11:18:30 +0000 Subject: - remove superfluous $(strip) --- test/math/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 -- cgit v1.2.3