OSDN Git Service

2010-03-15 Chris Demetriou <cgd@google.com>
authorcgd <cgd@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Mar 2010 08:51:56 +0000 (08:51 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 05:12:32 +0000 (14:12 +0900)
        * Makefile.in (stmp-int-hdrs): Don't chmod include/stdint.h if it
        wasn't copied.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157454 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in

index 07ae171..8ac665e 100644 (file)
@@ -1,3 +1,8 @@
+2010-03-15  Chris Demetriou  <cgd@google.com>
+
+       * Makefile.in (stmp-int-hdrs): Don't chmod include/stdint.h if it
+       wasn't copied.
+
 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
 
        PR middle-end/43354
index a659b78..516ecae 100644 (file)
@@ -3862,7 +3862,6 @@ stmp-int-hdrs: $(STMP_FIXINC) $(USER_H) $(UNWIND_H) fixinc_list
          cp $(srcdir)/ginclude/stdint-gcc.h include/stdint.h; \
          chmod a+r include/stdint.h; \
        fi
-       chmod a+r include/stdint.h
        set -e; for ml in `cat fixinc_list`; do \
          sysroot_headers_suffix=`echo $${ml} | sed -e 's/;.*$$//'`; \
          multi_dir=`echo $${ml} | sed -e 's/^[^;]*;//'`; \