svn commit: trunk/uClibc/test/math

aldot at uclibc.org aldot at uclibc.org
Mon Feb 23 11:18:30 UTC 2009


Author: aldot
Date: 2009-02-23 11:18:30 +0000 (Mon, 23 Feb 2009)
New Revision: 25426

Log:
- remove superfluous $(strip)


Modified:
   trunk/uClibc/test/math/Makefile


Changeset:
Modified: trunk/uClibc/test/math/Makefile
===================================================================
--- trunk/uClibc/test/math/Makefile	2009-02-23 10:54:26 UTC (rev 25425)
+++ trunk/uClibc/test/math/Makefile	2009-02-23 11:18:30 UTC (rev 25426)
@@ -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



More information about the uClibc-cvs mailing list