summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/autotools.mk2
1 files changed, 1 insertions, 1 deletions
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; \
) \
);