Commit 3627ac1a by Rainer Orth Committed by Rainer Orth

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

From-SVN: r177670
parent 6bfd73a6
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment