Commit f1cc886f by Nathan Sidwell Committed by Jeff Law

Makefile.in (install-common): Remove extraneous chmod for gcov install.

        * Makefile.in (install-common): Remove extraneous chmod for gcov
        install.

From-SVN: r24794
parent d736a76c
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> Wed Jan 20 18:15:08 1999 Dave Brolley <brolley@cygnus.com>
* function.c (assign_parms): Save and restore setting of * function.c (assign_parms): Save and restore setting of
......
...@@ -2450,7 +2450,6 @@ install-common: native installdirs $(EXTRA_PARTS) lang.install-common ...@@ -2450,7 +2450,6 @@ install-common: native installdirs $(EXTRA_PARTS) lang.install-common
then \ then \
rm -f $(bindir)/gcov$(exeext); \ rm -f $(bindir)/gcov$(exeext); \
$(INSTALL_PROGRAM) gcov$(exeext) $(bindir)/$(GCOV_INSTALL_NAME)$(exeext); \ $(INSTALL_PROGRAM) gcov$(exeext) $(bindir)/$(GCOV_INSTALL_NAME)$(exeext); \
chmod a+x $(bindir)/gcov$(exeext); \
fi fi
# Install the driver program as $(target_alias)-gcc # Install the driver program as $(target_alias)-gcc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment