projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fa75a1
)
Makefile.autotools.in: add missing continuation for PKG_CONF_OPT
author
Peter Korsgaard
<jacmet@sunsite.dk>
Sat, 16 Aug 2008 11:59:56 +0000
(11:59 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Sat, 16 Aug 2008 11:59:56 +0000
(11:59 -0000)
The silent support added in r23041 was missing a shell continuation character
breaking PKG_CONF_OPT support - Fixed.
package/Makefile.autotools.in
patch
|
blob
|
history
diff --git
a/package/Makefile.autotools.in
b/package/Makefile.autotools.in
index 266fd5ec2ec59803f1ba05e8ce6d7cf89ae2acb2..9d8d6794dba5a98c649d4fa3d2d092bdfbea1d6c 100644
(file)
--- a/
package/Makefile.autotools.in
+++ b/
package/Makefile.autotools.in
@@
-213,7
+213,7
@@
$(BUILD_DIR)/%/.stamp_configured:
--prefix=/usr \
--exec-prefix=/usr \
--sysconfdir=/etc \
- $(if $(findstring s,$(MAKEFLAGS)),--quiet,)
+ $(if $(findstring s,$(MAKEFLAGS)),--quiet,)
\
$($(PKG)_CONF_OPT)
$(Q)touch $@