summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rwxr-xr-xbuild-aux/install-reloc2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f44038b5a0..a52e2aae2e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-10-21 Bruno Haible <bruno@clisp.org>
+
+ relocatable-prog-wrapper: Don't leave object files behind.
+ * build-aux/install-reloc: Re-synchronize list of .o files to be
+ removed with list of compilation units.
+
2011-10-20 Bruno Haible <bruno@clisp.org>
openpty, posix_openpt: Remove code duplication.
diff --git a/build-aux/install-reloc b/build-aux/install-reloc
index bc07e67cc0..97491a79c2 100755
--- a/build-aux/install-reloc
+++ b/build-aux/install-reloc
@@ -172,10 +172,10 @@ rc=$?
rm -f relocwrapper.o \
progname.o \
progreloc.o \
- xreadlink.o \
areadlink.o \
careadlinkat.o \
allocator.o \
+ readlink.o \
canonicalize-lgpl.o \
malloca.o \
relocatable.o \