[Buildroot] svn commit: trunk/buildroot/package/sed

jacmet at uclibc.org jacmet at uclibc.org
Mon Aug 4 19:04:06 UTC 2008


Author: jacmet
Date: 2008-08-04 12:04:05 -0700 (Mon, 04 Aug 2008)
New Revision: 23013

Log:
sed: fix CPPFLAGS typo

Patch by Claus Klein.

Modified:
   trunk/buildroot/package/sed/sed.mk


Changeset:
Modified: trunk/buildroot/package/sed/sed.mk
===================================================================
--- trunk/buildroot/package/sed/sed.mk	2008-08-04 14:40:58 UTC (rev 23012)
+++ trunk/buildroot/package/sed/sed.mk	2008-08-04 19:04:05 UTC (rev 23013)
@@ -113,7 +113,7 @@
 	(cd $(SED_DIR2); rm -rf config.cache; \
 		$(TARGET_CONFIGURE_OPTS) \
 		$(TARGET_CONFIGURE_ARGS) \
-		CPPFLAGS="$(SED_CFLAGS)" \
+		CPPFLAGS="$(SED_CPPFLAGS)" \
 		./configure \
 		--target=$(GNU_TARGET_NAME) \
 		--host=$(GNU_TARGET_NAME) \




More information about the buildroot mailing list