Commit faeb17ea authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

sed: fix CPPFLAGS typo

Patch by Claus Klein.
parent bcad6288
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) \