]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* Makefile.in (install-common): Put gcov comment at start of line.
authorJeffrey A Law <law@cygnus.com>
Thu, 21 Aug 1997 16:23:22 +0000 (16:23 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 21 Aug 1997 16:23:22 +0000 (10:23 -0600)
From-SVN: r14871

gcc/ChangeLog
gcc/Makefile.in

index cc96b7bf7eb7c213262611209b9ed26e70b4d079..cc52340871023d2a7520cc0e7322180c72e1b203 100644 (file)
@@ -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
index d30e9ce99945cd375ad97b5f6173e60333a2a142..b2735718d835c39709cf196fe49e9282e120abd6 100644 (file)
@@ -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); \