From 6c15b5e78263a58f68bf31f5f219d3119132eff8 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 22 Oct 2011 02:39:34 +0200 Subject: [PATCH] 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. --- ChangeLog | 6 ++++++ build-aux/install-reloc | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f44038b5a..a52e2aae2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-10-21 Bruno Haible + + 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 openpty, posix_openpt: Remove code duplication. diff --git a/build-aux/install-reloc b/build-aux/install-reloc index bc07e67cc..97491a79c 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 \ -- 2.11.0