changeset 15981:f47b68339daa

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.
author Bruno Haible <bruno@clisp.org>
date Sat, 22 Oct 2011 02:39:34 +0200
parents ca99be30d00b
children a63613865d90
files ChangeLog build-aux/install-reloc
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/build-aux/install-reloc
+++ b/build-aux/install-reloc
@@ -172,10 +172,10 @@
 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 \