diff options
author | Tom Tromey <tromey@redhat.com> | 2011-06-30 17:01:29 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2011-06-30 17:01:29 +0000 |
commit | 4727bad393ed5ccd73480968cbf3c4f5003542bc (patch) | |
tree | 8d8456c57a1d5a2449e1d049efa1427e1825aa35 /gdb/Makefile.in | |
parent | 4cb0953da28f24180a3c62664a718ae69dc2458c (diff) | |
download | gdb-4727bad393ed5ccd73480968cbf3c4f5003542bc.zip gdb-4727bad393ed5ccd73480968cbf3c4f5003542bc.tar.gz gdb-4727bad393ed5ccd73480968cbf3c4f5003542bc.tar.bz2 |
* Makefile.in (SUBDIR_MI_CFLAGS): Don't add -DMI_OUT=1.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
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 |