X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=tools%2Fautomake%2FMakefile;h=70103d5a95a31da555b5a74cf2094d7cfa2afff3;hp=ee7966aeebd5e6d7bc6e79d2efd7fc796253f78b;hb=f8dd207807396444066fd58388fef90f3dde637c;hpb=3c0bf662e92b6bd75051bbf28d9ae534a828e3d0 diff --git a/tools/automake/Makefile b/tools/automake/Makefile index ee7966aee..70103d5a9 100644 --- a/tools/automake/Makefile +++ b/tools/automake/Makefile @@ -29,10 +29,10 @@ define Host/Install $(MAKE) -C $(HOST_BUILD_DIR) install mv $(STAGING_DIR_HOST)/bin/aclocal $(STAGING_DIR_HOST)/bin/aclocal.real $(INSTALL_BIN) ./files/aclocal $(STAGING_DIR_HOST)/bin - ln -sf $(STAGING_DIR_HOST)/bin/aclocal $(STAGING_DIR_HOST)/bin/aclocal-1.9 - ln -sf $(STAGING_DIR_HOST)/bin/aclocal $(STAGING_DIR_HOST)/bin/aclocal-1.10 - ln -sf $(STAGING_DIR_HOST)/bin/aclocal $(STAGING_DIR_HOST)/bin/aclocal-1.11 - ln -sf $(STAGING_DIR_HOST)/bin/aclocal $(STAGING_DIR_HOST)/bin/aclocal-1.11.1 + ln -sf aclocal $(STAGING_DIR_HOST)/bin/aclocal-1.9 + ln -sf aclocal $(STAGING_DIR_HOST)/bin/aclocal-1.10 + ln -sf aclocal $(STAGING_DIR_HOST)/bin/aclocal-1.11 + ln -sf aclocal $(STAGING_DIR_HOST)/bin/aclocal-1.11.1 endef define Host/Clean