diff options
Diffstat (limited to 'package/automake/automake.mk')
-rw-r--r-- | package/automake/automake.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/automake/automake.mk b/package/automake/automake.mk index e2ff9b25b..6ee3121f3 100644 --- a/package/automake/automake.mk +++ b/package/automake/automake.mk @@ -23,4 +23,5 @@ $(eval $(call AUTOTARGETS,package,automake,host)) # variables used by other packages AUTOMAKE = $(HOST_DIR)/usr/bin/automake ACLOCAL_DIR = $(STAGING_DIR)/usr/share/aclocal +ACLOCAL_HOST_DIR = $(HOST_DIR)/usr/share/aclocal ACLOCAL = $(HOST_DIR)/usr/bin/aclocal -I $(ACLOCAL_DIR) |