OSDN Git Service

* Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
authoraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 28 Dec 2002 16:24:47 +0000 (16:24 +0000)
committeraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 28 Dec 2002 16:24:47 +0000 (16:24 +0000)
commit041dd099139a7ca66000cfb44d4ce26c1b81af09
treea6587d04a1e8c7eab26b4fcee859fd46f95f86b0
parent1716a613b02bb08edbbe3b462614f339a7c45e22
* Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
program_transform_name to standard idiom.
(AUTOGEN, AUTOCONF): Define.
(Makefile.in): Use $(AUTOGEN).
(Makefile): Depend on config.status, and use autoconf-style rule to
build it.  Move original commands to...
(config.status): ... this new target.
(configure): Add $(srcdir).  Depend on config/acx.m4.  Use
$(AUTOCONF).
* Makefile.in: Rebuilt.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60580 138bc75d-0d04-0410-961f-82ee72b054a4
ChangeLog
Makefile.in
Makefile.tpl