projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcad628
)
sed: fix CPPFLAGS typo
author
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 4 Aug 2008 19:04:05 +0000
(19:04 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 4 Aug 2008 19:04:05 +0000
(19:04 -0000)
Patch by Claus Klein.
package/sed/sed.mk
patch
|
blob
|
history
diff --git
a/package/sed/sed.mk
b/package/sed/sed.mk
index bac7d33324aa8db1599a5c3b06c6b7cfed150622..09803aee3c47e686985dfdb5371049b4fc781133 100644
(file)
--- a/
package/sed/sed.mk
+++ b/
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_C
PP
FLAGS)" \
./configure \
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \