* Makefile.in (install-unwind_h): Remove destination file first.
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Thu, 11 Aug 2011 15:19:32 +0000 (15:19 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Thu, 11 Aug 2011 15:19:32 +0000 (15:19 +0000)
From-SVN: r177670

libgcc/ChangeLog
libgcc/Makefile.in

index 531181564aa1f03bfc6ad14f39418760794cf8ff..863339119ac01d588d33eea98ff71c0dc36f913c 100644 (file)
@@ -1,3 +1,7 @@
+2011-08-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * Makefile.in (install-unwind_h): Remove destination file first.
+
 2011-08-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
        * sync.c: New file.
index 0d3818eacefc928871ed545cb1843b1a90808aa6..a2cb7c707138701990b0b0a77f097a28dcc5306b 100644 (file)
@@ -991,6 +991,7 @@ gcc-extra-parts:
 all: $(extra-parts)
 
 install-unwind_h:
+       rm -f $(gcc_objdir)/include/unwind.h
        cp unwind.h $(gcc_objdir)/include/unwind.h
        chmod a+r $(gcc_objdir)/include/unwind.h