summaryrefslogtreecommitdiffstats
path: root/package/automake/automake.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/automake/automake.mk')
-rw-r--r--package/automake/automake.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/automake/automake.mk b/package/automake/automake.mk
index 5021b494b9..a3fd18cd13 100644
--- a/package/automake/automake.mk
+++ b/package/automake/automake.mk
@@ -28,5 +28,6 @@ $(eval $(host-autotools-package))
# variables used by other packages
AUTOMAKE = $(HOST_DIR)/usr/bin/automake
-ACLOCAL_DIR = $(HOST_DIR)/usr/share/aclocal
+ACLOCAL_DIR = $(STAGING_DIR)/usr/share/aclocal
+ACLOCAL_HOST_DIR = $(HOST_DIR)/usr/share/aclocal
ACLOCAL = $(HOST_DIR)/usr/bin/aclocal -I $(ACLOCAL_DIR)
OpenPOWER on IntegriCloud