diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2002-12-28 16:25:00 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2002-12-28 16:25:00 +0000 |
commit | 81011f17bbe93e62341e67887089dd4bde96cf72 (patch) | |
tree | 600e30b2ee8920e7afeccb5e8bcb13c135350daa /ChangeLog | |
parent | dd1522e4cd85f191515930a5241f6c906835f1bb (diff) | |
download | newlib-81011f17bbe93e62341e67887089dd4bde96cf72.zip newlib-81011f17bbe93e62341e67887089dd4bde96cf72.tar.gz newlib-81011f17bbe93e62341e67887089dd4bde96cf72.tar.bz2 |
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2002-12-28 Alexandre Oliva <aoliva@redhat.com> + + * 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. + 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org> * Makefile.tpl: Fix dramatic bustage due to change in |