OSDN Git Service

* Makefile.in (SUBDIR_MI_CFLAGS): Don't add -DMI_OUT=1.
authortromey <tromey>
Thu, 30 Jun 2011 17:01:26 +0000 (17:01 +0000)
committertromey <tromey>
Thu, 30 Jun 2011 17:01:26 +0000 (17:01 +0000)
gdb/ChangeLog
gdb/Makefile.in

index ff306cf..39dd144 100644 (file)
@@ -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.
index 9b6e913..494f24f 100644 (file)
@@ -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