mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-06 02:20:34 +08:00
* Makefile.in (install-unwind_h): Remove destination file first.
From-SVN: r177670
This commit is contained in:
parent
6bfd73a621
commit
3627ac1ad6
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user