Commit ca363bb6 by Jeffrey A Law Committed by Jeff Law

* Makefile.in (install-common): Put gcov comment at start of line.

From-SVN: r14871
parent adb0d78c
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) Wed Aug 20 22:47:33 1997 Jeffrey A Law (law@cygnus.com)
* alias.c (init_alias_analysis): When simplifying the reg_base_value * alias.c (init_alias_analysis): When simplifying the reg_base_value
......
...@@ -2213,7 +2213,7 @@ install-common: native installdirs $(EXTRA_PARTS) lang.install-common ...@@ -2213,7 +2213,7 @@ install-common: native installdirs $(EXTRA_PARTS) lang.install-common
fi fi
-rm -f $(libsubdir)/cpp$(exeext) -rm -f $(libsubdir)/cpp$(exeext)
$(INSTALL_PROGRAM) cpp$(exeext) $(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) ]; \ -if [ -f gcov$(exeext) ]; \
then \ then \
rm -f $(bindir)/gcov$(exeext); \ rm -f $(bindir)/gcov$(exeext); \
......
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