From: Tom Tromey Date: Thu, 30 Jun 2011 17:01:29 +0000 (+0000) Subject: * Makefile.in (SUBDIR_MI_CFLAGS): Don't add -DMI_OUT=1. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=4727bad393ed5ccd73480968cbf3c4f5003542bc;p=deliverable%2Fbinutils-gdb.git * Makefile.in (SUBDIR_MI_CFLAGS): Don't add -DMI_OUT=1. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ff306cfc37..39dd144333 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2011-06-30 Tom Tromey + + * Makefile.in (SUBDIR_MI_CFLAGS): Don't add -DMI_OUT=1. + 2011-06-30 Andrew Burgess * MAINTAINERS (Write After Approval): Add myself to the list. diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 9b6e913ce6..494f24f449 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