From 778f0e89180557c7817da8cbb4876dd1ceb18888 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 3 Mar 2006 00:31:38 +0000 Subject: [PATCH] re PR bootstrap/26478 (bootstrap fails with readonly source directory) PR bootstrap/26478 * Makefile.in (stmp-int-hdrs): Remove include/unwind.h before copying over it. From-SVN: r111662 --- gcc/ChangeLog | 6 ++++++ gcc/Makefile.in | 1 + 2 files changed, 7 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5c933ac8c43..8a226e6b309 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2006-03-03 Joseph S. Myers + + PR bootstrap/26478 + * Makefile.in (stmp-int-hdrs): Remove include/unwind.h before + copying over it. + 2006-03-02 Zdenek Dvorak * tree-vrp.c (remove_range_assertions): Do not update statements unnecessarily. diff --git a/gcc/Makefile.in b/gcc/Makefile.in index d92e3dc2015..f5672232574 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -3143,6 +3143,7 @@ stmp-int-hdrs: $(STMP_FIXINC) $(USER_H) xlimits.h $(UNWIND_H) done rm -f include/limits.h cp xlimits.h include/limits.h + rm -f include/unwind.h cp $(UNWIND_H) include/unwind.h chmod a+r include/limits.h # Install the README -- 2.30.2