From 66011c452e8cb1c38b2502458182d64883d0972a Mon Sep 17 00:00:00 2001 From: jow Date: Fri, 20 Jan 2012 21:31:03 +0000 Subject: [PATCH] [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 --- include/autotools.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/autotools.mk b/include/autotools.mk index f7b633d96..c5ba748ab 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; \ ) \ ); -- 2.20.1