projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fc35b3
)
tools/automake: add symbolic links upto version 1.11.1
author
Alexandros C. Couloumbis
<alex@ozo.com>
Mon, 6 Dec 2010 17:38:09 +0000
(17:38 +0000)
committer
Alexandros C. Couloumbis
<alex@ozo.com>
Mon, 6 Dec 2010 17:38:09 +0000
(17:38 +0000)
SVN-Revision: 24287
tools/automake/Makefile
patch
|
blob
|
history
diff --git
a/tools/automake/Makefile
b/tools/automake/Makefile
index 55512e4b1033b816c92b1ea4e86abc2950770529..932d3ee847355b628e0c43cd55d939c972d184a8 100644
(file)
--- 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