* Makefile.in (SUBDIR_MI_CFLAGS): Don't add -DMI_OUT=1.
authorTom Tromey <tromey@redhat.com>
Thu, 30 Jun 2011 17:01:29 +0000 (17:01 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 30 Jun 2011 17:01:29 +0000 (17:01 +0000)
gdb/ChangeLog
gdb/Makefile.in

index ff306cfc375a08654c07f54247b3d530c8ec9c5f..39dd14433334c4b6c6182e02ad1526f97a599552 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 9b6e913ce6e38f2fc031af0fac5d3fa107bf4a08..494f24f449e1bdb1b1e1ef7aa985150a6cc42925 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
This page took 0.033942 seconds and 4 git commands to generate.