projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7f545f
)
[include] autotools.mk: fix autoreconf in subdirectories, thanks field_it for spottin...
author
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 20 Jan 2012 21:31:03 +0000
(21:31 +0000)
committer
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 20 Jan 2012 21:31:03 +0000
(21:31 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29835
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/autotools.mk
patch
|
blob
|
history
diff --git
a/include/autotools.mk
b/include/autotools.mk
index
f7b633d
..
c5ba748
100644
(file)
--- a/
include/autotools.mk
+++ b/
include/autotools.mk
@@
-43,7
+43,7
@@
define autoreconf
$(if $(word 2,$(3)),--no-recursive) \
-B $(STAGING_DIR_HOST)/share/aclocal \
$(patsubst %,-I %,$(5)) \
- $(patsubst %,-I %,$(4)) $(
4
) || true; \
+ $(patsubst %,-I %,$(4)) $(
p
) || true; \
fi; \
) \
);
This page took
0.029787 seconds
and
4
git commands to generate.