dep fix
authorFelix Fietkau <nbd@openwrt.org>
Mon, 24 Sep 2007 00:11:37 +0000 (00:11 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 24 Sep 2007 00:11:37 +0000 (00:11 +0000)
SVN-Revision: 9006

package/gdbserver/Makefile

index 5f19a5fb446f7f67d653263ea809cef5934e89e7..4fac7af2df6b0a5351aadbdafc343367e39f5496 100644 (file)
@@ -18,7 +18,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/gdbserver
   SECTION:=utils
   CATEGORY:=Utilities
-  DEPENDS:=@GDB@
+  DEPENDS:=@GDB
   TITLE:=Remote Server for the GNU Debugger
 endef