aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
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
commit1a575bb3c8bd03b6cac28dbff7d961198c820f70 (patch)
treea9a1965fbadb0bb4178b86eb8e86f2e84f09a9af /Makefile.in
parent4d8eba164f7623842ad0880e582d867ced833b42 (diff)
downloadnewlib-1a575bb3c8bd03b6cac28dbff7d961198c820f70.zip
newlib-1a575bb3c8bd03b6cac28dbff7d961198c820f70.tar.gz
newlib-1a575bb3c8bd03b6cac28dbff7d961198c820f70.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.in')
-rw-r--r--Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index d90547d..81c65f9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -181,8 +181,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.