X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/dbc7f0050f6860a71c429785829d7255342dc981..1b56ff89986cdc568437df3847975dcc24ecb3a4:/include/autotools.mk 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; \ ) \ );