diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-12-06 17:38:09 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-12-06 17:38:09 +0000 |
commit | 276ef23e4d6c79b2b1037ef47211ba2575e8de6a (patch) | |
tree | 3d22f16a2b628c8673b3f5e2dbf9c464025ba286 /tools/automake | |
parent | 0fc35b30e3c8ec22ff9df29329de46327879f077 (diff) | |
download | upstream-276ef23e4d6c79b2b1037ef47211ba2575e8de6a.tar.gz upstream-276ef23e4d6c79b2b1037ef47211ba2575e8de6a.tar.bz2 upstream-276ef23e4d6c79b2b1037ef47211ba2575e8de6a.zip |
tools/automake: add symbolic links upto version 1.11.1
SVN-Revision: 24287
Diffstat (limited to 'tools/automake')
-rw-r--r-- | tools/automake/Makefile | 2 |
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 |