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-Tag: prereleases/libgcj-0.1~1231 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f1cc886f77980348c363894f40de34f1308ca26c;p=thirdparty%2Fgcc.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 45889f23e075..392b6597a36b 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 1fee69f1b8ce..cdbebd89297f 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