projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[kernel] update to 2.6.27.10
[openwrt.git]
/
tools
/
automake
/
Makefile
diff --git
a/tools/automake/Makefile
b/tools/automake/Makefile
index
cf39cbd
..
2b8a6f3
100644
(file)
--- 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.
# 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
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
endef
define Build/Clean
This page took
0.02558 seconds
and
4
git commands to generate.