diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-07-28 03:27:46 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-07-28 03:27:46 +0000 |
commit | 9175bfc0f5e45004a3be439b00f479c11f3074ee (patch) | |
tree | 7e4b87181ef349db2a091c1dd1cb065763e84710 /ChangeLog | |
parent | c86b6a7b5eabc60f7a4d99ce6ec30d48f5c71364 (diff) | |
download | fsf-binutils-gdb-9175bfc0f5e45004a3be439b00f479c11f3074ee.zip fsf-binutils-gdb-9175bfc0f5e45004a3be439b00f479c11f3074ee.tar.gz fsf-binutils-gdb-9175bfc0f5e45004a3be439b00f479c11f3074ee.tar.bz2 |
* Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
creating target and build subdirs to build all parent dirs as needed.
* Makefile.in: Rebuild.
* configure.in: Don't build dirs explicitly here.
* configure: Rebuild.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org> + + * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when + creating target and build subdirs to build all parent dirs as needed. + * Makefile.in: Rebuild. + * configure.in: Don't build dirs explicitly here. + * configure: Rebuild. + 2003-07-22 Alexandre Oliva <aoliva@redhat.com> * Makefile.tpl (all-make): Depend on intl. |