projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
550b24d
)
valgrind: fix DEPENDS after r32839
author
Florian Fainelli
<
[email protected]
>
Tue, 11 Sep 2012 16:35:55 +0000
(16:35 +0000)
committer
Florian Fainelli
<
[email protected]
>
Tue, 11 Sep 2012 16:35:55 +0000
(16:35 +0000)
Remove the invalid whitespace leading to valgrind being only available
on omap4 instead of all the listed architectures a well.
SVN-Revision: 33373
utils/valgrind/Makefile
patch
|
blob
|
history
diff --git
a/utils/valgrind/Makefile
b/utils/valgrind/Makefile
index 8a7a52e9dcebfa85e1ee7fb52721255ffb6aefee..e4ed142ddedc45a2a4e514fb3657bfba7452ad0e 100644
(file)
--- a/
utils/valgrind/Makefile
+++ b/
utils/valgrind/Makefile
@@
-29,7
+29,7
@@
include $(INCLUDE_DIR)/kernel.mk
define Package/valgrind
SECTION:=utils
CATEGORY:=Utilities
- DEPENDS:=@mips||mipsel||i386||powerpc
@
TARGET_omap4 +libpthread +librt
+ DEPENDS:=@mips||mipsel||i386||powerpc
||
TARGET_omap4 +libpthread +librt
TITLE:=debugging and profiling tools for Linux
URL:=http://www.valgrind.org
endef