summaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2002-09-29 15:59:34 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2002-09-29 15:59:34 +0000
commit52346b9b8bafaa1c2aed4f186799cbf2d2113efa (patch)
tree27d81fc11ec3edaf547ac1cf3c9d70ec1d2a86fd /Makefile.tpl
parente9c063b84684ea2d56088a4f776ab36ae112093b (diff)
downloadgdb-52346b9b8bafaa1c2aed4f186799cbf2d2113efa.tar.gz
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.tpl3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index 350bde07b78..2a423508771 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.