summaryrefslogtreecommitdiffstats
path: root/package/gdbserver/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/gdbserver/Makefile')
-rw-r--r--package/gdbserver/Makefile7
1 files changed, 5 insertions, 2 deletions
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