diff options
author | Mark Kettenis <kettenis@gnu.org> | 2003-01-03 23:19:28 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2003-01-03 23:19:28 +0000 |
commit | 8dcde88743b22fab1f0d9c16b39ef4a892d88c36 (patch) | |
tree | 55dac05e89f43cd743d597256e864b36c3ced7c7 /gdb/Makefile.in | |
parent | 38ea52b394b47c48adf001af4c3af4eff3fa1d0e (diff) | |
download | gdb-8dcde88743b22fab1f0d9c16b39ef4a892d88c36.zip gdb-8dcde88743b22fab1f0d9c16b39ef4a892d88c36.tar.gz gdb-8dcde88743b22fab1f0d9c16b39ef4a892d88c36.tar.bz2 |
* configure.in: Remove all use of the SUBDIRS variable; add
directories using the AC_CONFIG_SUBDIRS macro instead. Polish
code providing the --enable-multi-ice option, and move it right in
front of the code that checks whether gdbserver is supported.
Polish that too.
* configure: Regenerated.
* Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
@SUBDIRS@.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 843c05f..9276d94 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -838,7 +838,7 @@ OBS = $(COMMON_OBS) $(ANNOTATE_OBS) TSOBS = inflow.o -SUBDIRS = @SUBDIRS@ +SUBDIRS = @subdirs@ # For now, shortcut the "configure GDB for fewer languages" stuff. YYFILES = c-exp.tab.c \ |