Makefile.tpl ($(NOTPARALLEL)): Move to the end.
authorAlexandre Oliva <aoliva@redhat.com>
Sat, 28 Dec 2002 16:24:47 +0000 (16:24 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Sat, 28 Dec 2002 16:24:47 +0000 (16:24 +0000)
commite245b0ea6b544e2291d98090e7195307f300d395
treea6587d04a1e8c7eab26b4fcee859fd46f95f86b0
parente4029133c3a5451b03161aaab70922a7f953b0f0
Makefile.tpl ($(NOTPARALLEL)): Move to the end.

* 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.

From-SVN: r60580
ChangeLog
Makefile.in
Makefile.tpl