Sfoglia il codice sorgente

dep fix

SVN-Revision: 9006
Felix Fietkau 18 anni fa
parent
commit
f1ecc097d2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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