diff options
author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-29 15:53:23 +0000 |
---|---|---|
committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-29 15:53:23 +0000 |
commit | b7d94964b827e78992aebbe49eeb0d7e9211b1d9 (patch) | |
tree | db1584766355fe42be4bc415de31fc128b63c0c2 /Makefile.tpl | |
parent | 9cb8e99fb0eb82cb99f6450180c17ce54384671b (diff) | |
download | gcc-b7d94964b827e78992aebbe49eeb0d7e9211b1d9.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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57625 138bc75d-0d04-0410-961f-82ee72b054a4
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 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. |