[package] valgrind: fix DEPENDS after r32839
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 11 Sep 2012 16:35:55 +0000 (16:35 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
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.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33373 3c298f89-4303-0410-b956-a3cf2f4a3e73

utils/valgrind/Makefile

index 8a7a52e..e4ed142 100644 (file)
@@ -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