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.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/automake/automake.mk b/package/automake/automake.mk
index db935a466..46bb773a1 100644
--- a/package/automake/automake.mk
+++ b/package/automake/automake.mk
@@ -25,6 +25,6 @@ $(eval $(call AUTOTARGETS,package,automake))
$(eval $(call AUTOTARGETS,package,automake,host))
# variables used by other packages
-AUTOMAKE:=$(HOST_DIR)/usr/bin/automake
+AUTOMAKE = $(HOST_DIR)/usr/bin/automake
ACLOCAL_DIR = $(STAGING_DIR)/usr/share/aclocal
ACLOCAL = $(HOST_DIR)/usr/bin/aclocal -I $(ACLOCAL_DIR)