* Makefile.in (SUBDIR_MI_CFLAGS): Don't add -DMI_OUT=1.

This commit is contained in:
Tom Tromey 2011-06-30 17:01:29 +00:00
parent 4cb0953da2
commit 4727bad393
2 changed files with 5 additions and 2 deletions

View 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.

View 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