mirror of git://gcc.gnu.org/git/gcc.git
* 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>
|
2011-08-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||||
|
|
||||||
* sync.c: New file.
|
* sync.c: New file.
|
||||||
|
|
|
||||||
|
|
@ -991,6 +991,7 @@ gcc-extra-parts:
|
||||||
all: $(extra-parts)
|
all: $(extra-parts)
|
||||||
|
|
||||||
install-unwind_h:
|
install-unwind_h:
|
||||||
|
rm -f $(gcc_objdir)/include/unwind.h
|
||||||
cp unwind.h $(gcc_objdir)/include/unwind.h
|
cp unwind.h $(gcc_objdir)/include/unwind.h
|
||||||
chmod a+r $(gcc_objdir)/include/unwind.h
|
chmod a+r $(gcc_objdir)/include/unwind.h
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue