projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cb0953
)
* Makefile.in (SUBDIR_MI_CFLAGS): Don't add -DMI_OUT=1.
author
Tom Tromey
<tromey@redhat.com>
Thu, 30 Jun 2011 17:01:29 +0000
(17:01 +0000)
committer
Tom Tromey
<tromey@redhat.com>
Thu, 30 Jun 2011 17:01:29 +0000
(17:01 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/Makefile.in
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index ff306cfc375a08654c07f54247b3d530c8ec9c5f..39dd14433334c4b6c6182e02ad1526f97a599552 100644
(file)
--- 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 9b6e913ce6e38f2fc031af0fac5d3fa107bf4a08..494f24f449e1bdb1b1e1ef7aa985150a6cc42925 100644
(file)
--- 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