* Makefile.in (install-unwind_h): Remove destination file first.

From-SVN: r177670
This commit is contained in:
Rainer Orth 2011-08-11 15:19:32 +00:00 committed by Rainer Orth
parent 6bfd73a621
commit 3627ac1ad6
2 changed files with 5 additions and 0 deletions

View 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.

View 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