aboutsummaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2004-01-22 14:10:56 -0500
committerDJ Delorie <dj@gcc.gnu.org>2004-01-22 14:10:56 -0500
commit398b3debc46060c500086e7566caf8ce2b23e1d0 (patch)
tree3c82a4f9075b890c94f602bad300018311f34f4e /libiberty/ChangeLog
parent7bff636b072cb0d8c6efde03593cdfb289d99c85 (diff)
downloadgcc-398b3debc46060c500086e7566caf8ce2b23e1d0.zip
gcc-398b3debc46060c500086e7566caf8ce2b23e1d0.tar.gz
gcc-398b3debc46060c500086e7566caf8ce2b23e1d0.tar.bz2
Makefile.in: Convert to ./ throughout.
* Makefile.in: Convert to ./ throughout. Rebuild dependencies with explicit build rules. (VPATH): Remove. (.c.o): Poison. * configure.ac (pexecute, LIBOBJS): Add ./ . * maint-tool: Build dependencies with explicit rules. From-SVN: r76366
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r--libiberty/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 30295c2..4f5d000 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,12 @@
+2004-01-22 DJ Delorie <dj@redhat.com>
+
+ * Makefile.in: Convert to ./ throughout. Rebuild dependencies
+ with explicit build rules.
+ (VPATH): Remove.
+ (.c.o): Poison.
+ * configure.ac (pexecute, LIBOBJS): Add ./ .
+ * maint-tool: Build dependencies with explicit rules.
+
2004-01-15 Kazu Hirata <kazu@cs.umass.edu>
* strdup.c (strdup): Constify the argument.