Makefile.in (install-common): Remove extraneous chmod for gcov install.
authorNathan Sidwell <nathan@acm.org>
Wed, 20 Jan 1999 23:33:47 +0000 (23:33 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 20 Jan 1999 23:33:47 +0000 (16:33 -0700)
        * Makefile.in (install-common): Remove extraneous chmod for gcov
        install.

From-SVN: r24794

gcc/ChangeLog
gcc/Makefile.in

index 45889f23e07594045dbd628e4dd2dbdaf0d30eeb..392b6597a36bd66a674210114420f8e485a3b997 100644 (file)
@@ -1,3 +1,8 @@
+Thu Jan 21 00:29:35 1999  Nathan Sidwell  <nathan@acm.org>
+
+       * Makefile.in (install-common): Remove extraneous chmod for gcov
+       install.
+
 Wed Jan 20 18:15:08 1999  Dave Brolley  <brolley@cygnus.com>
 
        * function.c (assign_parms): Save and restore setting of
index 1fee69f1b8ce432290cbc62945010e8cedd32049..cdbebd89297f1c0f3c31a4928d73ca7d7ec0cc3e 100644 (file)
@@ -2450,7 +2450,6 @@ install-common: native installdirs $(EXTRA_PARTS) lang.install-common
        then \
            rm -f $(bindir)/gcov$(exeext); \
            $(INSTALL_PROGRAM) gcov$(exeext) $(bindir)/$(GCOV_INSTALL_NAME)$(exeext); \
-           chmod a+x $(bindir)/gcov$(exeext); \
        fi
 
 # Install the driver program as $(target_alias)-gcc