projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a68640c
)
automake: install gtk-doc.m4 in host directory instead of staging
author
Lionel Landwerlin
<llandwerlin@gmail.com>
Sun, 26 Dec 2010 16:16:36 +0000
(17:16 +0100)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 28 Dec 2010 19:35:40 +0000
(20:35 +0100)
Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/automake/automake.mk
patch
|
blob
|
history
diff --git
a/package/automake/automake.mk
b/package/automake/automake.mk
index 6ee3121f30598c9985a3cdad170a6b7666726d87..964f2fb9c23360dfd0e3c2b6c24e9b02bf69f658 100644
(file)
--- a/
package/automake/automake.mk
+++ b/
package/automake/automake.mk
@@
-12,7
+12,7
@@
AUTOMAKE_DEPENDENCIES = host-autoconf autoconf microperl
HOST_AUTOMAKE_DEPENDENCIES = host-autoconf
define GTK_DOC_M4_INSTALL
- $(INSTALL) -
m 0644 package/automake/gtk-doc.m4 $(STAGING_DIR)/usr/share/aclocal/
+ $(INSTALL) -
D -m 0644 package/automake/gtk-doc.m4 $(HOST_DIR)/usr/share/aclocal/gtk-doc.m4
endef
HOST_AUTOMAKE_POST_INSTALL_HOOKS += GTK_DOC_M4_INSTALL