sed: fix CPPFLAGS typo

Patch by Claus Klein.
This commit is contained in:
Peter Korsgaard 2008-08-04 19:04:05 +00:00
parent bcad6288f5
commit faeb17eac0
1 changed files with 1 additions and 1 deletions

View File

@ -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) \