X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=tools%2Fautomake%2FMakefile;h=2b8a6f3450109331d1ace7cd6150d6c101797857;hb=73a104c025f3230baa7e6e01250ca8825ee4342f;hp=cf39cbda8bc82845b23170592e5a330bcc5e67fe;hpb=5bcb865d4c586c0122a0e92e577189338e593862;p=openwrt-10.03%2F.git diff --git a/tools/automake/Makefile b/tools/automake/Makefile index cf39cbda8..2b8a6f345 100644 --- a/tools/automake/Makefile +++ b/tools/automake/Makefile @@ -1,4 +1,4 @@ -# +# # Copyright (C) 2006 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. @@ -27,6 +27,9 @@ endef define Build/Install $(MAKE) -C $(PKG_BUILD_DIR) install + mv $(STAGING_DIR_HOST)/bin/aclocal $(STAGING_DIR_HOST)/bin/aclocal.real + $(INSTALL_BIN) ./files/aclocal $(STAGING_DIR_HOST)/bin + ln -f $(STAGING_DIR_HOST)/bin/aclocal $(STAGING_DIR_HOST)/bin/aclocal-1.9 endef define Build/Clean