Pārlūkot izejas kodu

dep fix

SVN-Revision: 9006
Felix Fietkau 18 gadi atpakaļ
vecāks
revīzija
f1ecc097d2
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      package/gdbserver/Makefile

+ 1 - 1
package/gdbserver/Makefile

@@ -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