summaryrefslogtreecommitdiff
path: root/include/autotools.mk
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-01-20 21:31:03 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-01-20 21:31:03 +0000
commita5d34b86132607858f7a3df3539170e91008ce62 (patch)
treedaf2111b0b6c7216cbb457c8a7e8a51ce1ed2460 /include/autotools.mk
parent42425cccfcc75c9da18ee821b1cf6570c7a0d7ba (diff)
downloadmtk-20170518-a5d34b86132607858f7a3df3539170e91008ce62.zip
mtk-20170518-a5d34b86132607858f7a3df3539170e91008ce62.tar.gz
mtk-20170518-a5d34b86132607858f7a3df3539170e91008ce62.tar.bz2
autotools.mk: fix autoreconf in subdirectories, thanks field_it for spotting this
SVN-Revision: 29835
Diffstat (limited to 'include/autotools.mk')
-rw-r--r--include/autotools.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/autotools.mk b/include/autotools.mk
index f7b633d..c5ba748 100644
--- 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; \
) \
);