sed: fix CPPFLAGS typo
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 4 Aug 2008 19:04:05 +0000 (19:04 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 4 Aug 2008 19:04:05 +0000 (19:04 -0000)
Patch by Claus Klein.

package/sed/sed.mk

index bac7d33324aa8db1599a5c3b06c6b7cfed150622..09803aee3c47e686985dfdb5371049b4fc781133 100644 (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) \