diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-20 20:15:51 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-20 20:15:51 +0100 |
commit | b11d3a635ac903eb013409aebaec4c9b91026056 (patch) | |
tree | cdf4c2e57eddd7397970dc75ffdfe6b3f5929376 /package/valgrind | |
parent | 4bde99fa31d105d163e3d519f314af7d9537bfb3 (diff) |
fix all TARGET/HOST dependencies
expand TARGET logic for ! values
Diffstat (limited to 'package/valgrind')
-rw-r--r-- | package/valgrind/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/valgrind/Makefile b/package/valgrind/Makefile index bb8ae3b07..bf0c1710d 100644 --- a/package/valgrind/Makefile +++ b/package/valgrind/Makefile @@ -12,6 +12,8 @@ PKG_SECTION:= utils PKG_URL:= http://valgrind.org PKG_SITES:= http://valgrind.org/downloads/ +PKG_TARGET_DEPENDS:= x86 x86_64 + DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2 include $(TOPDIR)/mk/package.mk |