aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2011-06-30 17:01:29 +0000
committerTom Tromey <tromey@redhat.com>2011-06-30 17:01:29 +0000
commit4727bad393ed5ccd73480968cbf3c4f5003542bc (patch)
tree8d8456c57a1d5a2449e1d049efa1427e1825aa35
parent4cb0953da28f24180a3c62664a718ae69dc2458c (diff)
downloadgdb-4727bad393ed5ccd73480968cbf3c4f5003542bc.zip
gdb-4727bad393ed5ccd73480968cbf3c4f5003542bc.tar.gz
gdb-4727bad393ed5ccd73480968cbf3c4f5003542bc.tar.bz2
* Makefile.in (SUBDIR_MI_CFLAGS): Don't add -DMI_OUT=1.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/Makefile.in3
2 files changed, 5 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index ff306cf..39dd144 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2011-06-30 Tom Tromey <tromey@redhat.com>
+
+ * Makefile.in (SUBDIR_MI_CFLAGS): Don't add -DMI_OUT=1.
+
2011-06-30 Andrew Burgess <aburgess@broadcom.com>
* MAINTAINERS (Write After Approval): Add myself to the list.
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 9b6e913..494f24f 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -215,8 +215,7 @@ SUBDIR_MI_SRCS = \
mi/mi-main.c mi/mi-parse.c mi/mi-getopt.c
SUBDIR_MI_DEPS =
SUBDIR_MI_LDFLAGS=
-SUBDIR_MI_CFLAGS= \
- -DMI_OUT=1
+SUBDIR_MI_CFLAGS=
#
# TUI sub directory definitions