X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/d3e7fffaf3c870c67fbb86d87308dff1675e1908..131bd50f8d6e20ba2d026d4407d5d2217d463dc8:/package/gdbserver/Makefile diff --git a/package/gdbserver/Makefile b/package/gdbserver/Makefile index 1904fb765..5f19a5fb4 100644 --- a/package/gdbserver/Makefile +++ b/package/gdbserver/Makefile @@ -20,8 +20,11 @@ define Package/gdbserver CATEGORY:=Utilities DEPENDS:=@GDB@ TITLE:=Remote Server for the GNU Debugger - DESCRIPTION:=GDBSERVER is a program that allows you to run GDB on a different machine\\\ -than the one which is running the program being debugged. +endef + +define Package/gdbserver/description + GDBSERVER is a program that allows you to run GDB on a different machine + than the one which is running the program being debugged. endef define Build/Configure