diff options
author | Mark Kettenis <kettenis@gnu.org> | 2003-01-02 20:29:15 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2003-01-02 20:29:15 +0000 |
commit | f5dbc56d4daff74e671c973363d933c73603d4a0 (patch) | |
tree | 8130f68128a9e804ba051c8ac9644d95e8e9b95d /gdb/Makefile.in | |
parent | 627af7eaa242631623390a8d7acfc117221e16ec (diff) | |
download | gdb-f5dbc56d4daff74e671c973363d933c73603d4a0.zip gdb-f5dbc56d4daff74e671c973363d933c73603d4a0.tar.gz gdb-f5dbc56d4daff74e671c973363d933c73603d4a0.tar.bz2 |
* configure.in: Remove UI_OUT configuration code.
* ada-lang.c: Update assuming UI_OUT is always true.
* Makefile.in (UIOUT_CFLAGS): Remove.
* configure: Regenerated.
* TODO: Remove blurb about elimination of -DUI_OUT.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 7e65cf4..a36ce57 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -109,9 +109,6 @@ LIBIBERTY = ../libiberty/libiberty.a MMALLOC = @MMALLOC@ MMALLOC_CFLAGS = @MMALLOC_CFLAGS@ -# Configured by the --with-uiout option to configure. -UIOUT_CFLAGS = @UIOUT_CFLAGS@ - # Where is the BFD library? Typically in ../bfd. BFD_DIR = ../bfd BFD = $(BFD_DIR)/libbfd.a @@ -337,7 +334,7 @@ INTERNAL_WARN_CFLAGS = \ $(CFLAGS) $(GLOBAL_CFLAGS) $(PROFILE_CFLAGS) \ $(GDB_CFLAGS) $(OPCODES_CFLAGS) $(READLINE_CFLAGS) \ $(BFD_CFLAGS) $(MMALLOC_CFLAGS) $(INCLUDE_CFLAGS) \ - $(INTL_CFLAGS) $(ENABLE_CFLAGS) $(UIOUT_CFLAGS) \ + $(INTL_CFLAGS) $(ENABLE_CFLAGS) \ $(GDB_WARN_CFLAGS) INTERNAL_CFLAGS = $(INTERNAL_WARN_CFLAGS) $(GDB_WERROR_CFLAGS) |