From: Nathan Sidwell Date: Wed, 20 Jan 1999 23:33:47 +0000 (+0000) Subject: Makefile.in (install-common): Remove extraneous chmod for gcov install. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f1cc886f77980348c363894f40de34f1308ca26c;p=gcc.git Makefile.in (install-common): Remove extraneous chmod for gcov install. * Makefile.in (install-common): Remove extraneous chmod for gcov install. From-SVN: r24794 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 45889f23e07..392b6597a36 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Thu Jan 21 00:29:35 1999 Nathan Sidwell + + * Makefile.in (install-common): Remove extraneous chmod for gcov + install. + Wed Jan 20 18:15:08 1999 Dave Brolley * function.c (assign_parms): Save and restore setting of diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 1fee69f1b8c..cdbebd89297 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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