projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7aed24b
)
leave libtool m4 files in both $(STAGING_DIR)/host and $(STAGING_DIR_HOST)
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 29 Aug 2008 17:02:15 +0000
(17:02 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 29 Aug 2008 17:02:15 +0000
(17:02 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12434
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/libtool/Makefile
patch
|
blob
|
history
diff --git
a/package/libtool/Makefile
b/package/libtool/Makefile
index
d03920f
..
e2d5b7c
100644
(file)
--- a/
package/libtool/Makefile
+++ b/
package/libtool/Makefile
@@
-41,7
+41,7
@@
define Build/InstallDev
mv $(2)/lib/* $(1)/usr/lib/
mv $(2)/include/* $(1)/usr/include/
$(INSTALL_DIR) $(STAGING_DIR_HOST)/share/aclocal
-
mv
$(2)/share/aclocal/* $(STAGING_DIR_HOST)/share/aclocal/
+
$(CP)
$(2)/share/aclocal/* $(STAGING_DIR_HOST)/share/aclocal/
endef
define Package/libltdl/install