[Buildroot] svn commit: trunk/buildroot/package

ulf at uclibc.org ulf at uclibc.org
Tue Oct 30 10:31:00 UTC 2007


Author: ulf
Date: 2007-10-30 03:30:59 -0700 (Tue, 30 Oct 2007)
New Revision: 20330

Log:
FIx syntax error

Modified:
   trunk/buildroot/package/Makefile.in


Changeset:
Modified: trunk/buildroot/package/Makefile.in
===================================================================
--- trunk/buildroot/package/Makefile.in	2007-10-30 09:16:51 UTC (rev 20329)
+++ trunk/buildroot/package/Makefile.in	2007-10-30 10:30:59 UTC (rev 20330)
@@ -75,7 +75,7 @@
 endif
 
 ifeq ($(strip $(subst ",, $(BR2_FPU_SUFFIX))),y)
-COND_ARCH_FPU_SUFFIX:=(ARCH_FPU_SUFFIX)
+COND_ARCH_FPU_SUFFIX:=$(ARCH_FPU_SUFFIX)
 else
 COND_ARCH_FPU_SUFFIX:=
 endif




More information about the buildroot mailing list