Browse Source

sed: fix CPPFLAGS typo

Patch by Claus Klein.
Peter Korsgaard 17 năm trước cách đây
mục cha
commit
faeb17eac0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      package/sed/sed.mk

+ 1 - 1
package/sed/sed.mk

@@ -113,7 +113,7 @@ $(SED_DIR2)/.configured: $(SED_DIR2)/.unpacked
 	(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) \