summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/automake/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/automake/Makefile b/tools/automake/Makefile
index 55512e4b10..932d3ee847 100644
--- a/tools/automake/Makefile
+++ b/tools/automake/Makefile
@@ -31,6 +31,8 @@ define Host/Install
$(INSTALL_BIN) ./files/aclocal $(STAGING_DIR_HOST)/bin
ln -f $(STAGING_DIR_HOST)/bin/aclocal $(STAGING_DIR_HOST)/bin/aclocal-1.9
ln -f $(STAGING_DIR_HOST)/bin/aclocal $(STAGING_DIR_HOST)/bin/aclocal-1.10
+ ln -f $(STAGING_DIR_HOST)/bin/aclocal $(STAGING_DIR_HOST)/bin/aclocal-1.11
+ ln -f $(STAGING_DIR_HOST)/bin/aclocal $(STAGING_DIR_HOST)/bin/aclocal-1.11.1
endef
define Host/Clean