aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/Makefile.in2
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); \