projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f64a740
)
dmalloc: Fix install path for headers and info files.
author
Will Newton
<will.newton@gmail.com>
Wed, 28 Sep 2011 14:29:55 +0000
(15:29 +0100)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Sun, 29 Jan 2012 23:07:35 +0000
(
00:07
+0100)
Signed-off-by: Will Newton <will.newton@imgtec.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/dmalloc/dmalloc.mk
patch
|
blob
|
history
diff --git
a/package/dmalloc/dmalloc.mk
b/package/dmalloc/dmalloc.mk
index 4de324e0d2c8f31267b9e960d11cefb1fe35de8a..89d067ddfffa7126b5374b4a1cf250385d614bb3 100644
(file)
--- a/
package/dmalloc/dmalloc.mk
+++ b/
package/dmalloc/dmalloc.mk
@@
-37,7
+37,7
@@
define DMALLOC_INSTALL_STAGING_CMDS
bindir="$(STAGING_DIR)/usr/bin" \
libdir="$(STAGING_DIR)/usr/lib" \
shlibdir="$(STAGING_DIR)/usr/lib" \
- in
clude
dir="$(STAGING_DIR)/usr/share/info/" \
+ in
fo
dir="$(STAGING_DIR)/usr/share/info/" \
-C $(@D) install
endef