diff options
Diffstat (limited to 'package/gdbserver/Makefile')
-rw-r--r-- | package/gdbserver/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/package/gdbserver/Makefile b/package/gdbserver/Makefile index 1904fb7653..5f19a5fb44 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 |