diff options
Diffstat (limited to 'package/automake/automake.mk')
-rw-r--r-- | package/automake/automake.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/automake/automake.mk b/package/automake/automake.mk index a3fd18cd13..5021b494b9 100644 --- a/package/automake/automake.mk +++ b/package/automake/automake.mk @@ -28,6 +28,5 @@ $(eval $(host-autotools-package)) # 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_DIR = $(HOST_DIR)/usr/share/aclocal ACLOCAL = $(HOST_DIR)/usr/bin/aclocal -I $(ACLOCAL_DIR) |