diff options
author | Jeffrey A Law <law@cygnus.com> | 1997-08-21 16:23:22 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1997-08-21 10:23:22 -0600 |
commit | ca363bb6c107c4d8e2011f35976f1bcc9266f720 (patch) | |
tree | ecb83dafff9ac59add5ae8ef234ab6cd1dd71ffe | |
parent | adb0d78cc9d94a3feaf182eb8f7ea89634780561 (diff) | |
download | gcc-ca363bb6c107c4d8e2011f35976f1bcc9266f720.zip gcc-ca363bb6c107c4d8e2011f35976f1bcc9266f720.tar.gz gcc-ca363bb6c107c4d8e2011f35976f1bcc9266f720.tar.bz2 |
* Makefile.in (install-common): Put gcov comment at start of line.
From-SVN: r14871
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cc96b7b..cc52340 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Thu Aug 21 10:22:19 1997 Jeffrey A Law (law@cygnus.com) + + * Makefile.in (install-common): Put gcov comment at start of line. + Wed Aug 20 22:47:33 1997 Jeffrey A Law (law@cygnus.com) * alias.c (init_alias_analysis): When simplifying the reg_base_value diff --git a/gcc/Makefile.in b/gcc/Makefile.in index d30e9ce..b273571 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -2213,7 +2213,7 @@ install-common: native installdirs $(EXTRA_PARTS) lang.install-common fi -rm -f $(libsubdir)/cpp$(exeext) $(INSTALL_PROGRAM) cpp$(exeext) $(libsubdir)/cpp$(exeext) - # Install gcov if it was compiled. +# Install gcov if it was compiled. -if [ -f gcov$(exeext) ]; \ then \ rm -f $(bindir)/gcov$(exeext); \ |