aboutsummaryrefslogtreecommitdiffstats
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
commit604cafe1fdd8e9193ea9f1aef496f3d9002a0161 (patch)
tree685090b34075015df3a9312618651ddc281e0cdb /include/autotools.mk
parent4056309bad129310f383aedff458b37e69f4c863 (diff)
downloadmaster-187ad058-604cafe1fdd8e9193ea9f1aef496f3d9002a0161.tar.gz
master-187ad058-604cafe1fdd8e9193ea9f1aef496f3d9002a0161.tar.bz2
master-187ad058-604cafe1fdd8e9193ea9f1aef496f3d9002a0161.zip
[include] autotools.mk: fix autoreconf in subdirectories, thanks field_it for spotting this
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29835 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 f7b633d96c..c5ba748ab9 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; \
) \
);