diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2002-09-29 15:59:34 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2002-09-29 15:59:34 +0000 |
commit | f03b47896dfc30b420d2c958bfe73ab22548149d (patch) | |
tree | ac2ddab2908a4aa7fd45b4a3d651a10f24ff15e7 /Makefile.tpl | |
parent | 89396210455da37ec37c86d27bd3979bfb031713 (diff) | |
download | gdb-f03b47896dfc30b420d2c958bfe73ab22548149d.zip gdb-f03b47896dfc30b420d2c958bfe73ab22548149d.tar.gz gdb-f03b47896dfc30b420d2c958bfe73ab22548149d.tar.bz2 |
2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.tpl: Make more autoconf-friendly.
* Makefile.in: Regenerate.
* configure: Make substitution more autoconf-like.
2002-09-28 Richard Earnshaw <rearnsha@arm.com>
* configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
single entry to handle all these.
(arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
libjava on arm-*-elf.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index 350bde0..2a42350 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -184,8 +184,7 @@ RUNTEST = `if [ -f $$s/dejagnu/runtest ] ; \ CC_FOR_BUILD = $(CC) CXX_FOR_BUILD = $(CXX) -SUBDIRS = "this is set via configure, don't edit this" -OTHERS = +SUBDIRS = @configdirs@ # This is set by the configure script to the list of directories which # should be built using the target tools. |