summaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2004-01-22 19:34:11 +0000
committerDJ Delorie <dj@delorie.com>2004-01-22 19:34:11 +0000
commit270c0bdbeff3a7fca1059c50479637b46ef22849 (patch)
treef6bd1d53c8c50ce8f82fd37519a21003267c7388 /libiberty/ChangeLog
parent33cd04ac43e7d30660f15886ed997c4ac4495356 (diff)
downloadgdb-270c0bdbeff3a7fca1059c50479637b46ef22849.tar.gz
merge from gcc
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 30295c21d3e..4f5d000e110 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.