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:
81a2a08
)
[tools] pkg-config: install pkg.m4 to aclocal/
author
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 10 Dec 2010 09:35:16 +0000
(09:35 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 10 Dec 2010 09:35:16 +0000
(09:35 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24406
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
tools/pkg-config/Makefile
patch
|
blob
|
history
diff --git
a/tools/pkg-config/Makefile
b/tools/pkg-config/Makefile
index
530c196
..
bda7df7
100644
(file)
--- a/
tools/pkg-config/Makefile
+++ b/
tools/pkg-config/Makefile
@@
-24,6
+24,7
@@
define Host/Install
install
mv $(STAGING_DIR_HOST)/bin/pkg-config $(STAGING_DIR_HOST)/bin/pkg-config.real
$(INSTALL_BIN) ./files/pkg-config $(STAGING_DIR_HOST)/bin/pkg-config
+ $(INSTALL_DATA) $(HOST_BUILD_DIR)/pkg.m4 $(STAGING_DIR)/host/share/aclocal/
endef
define Host/Clean