OSDN Git Service

PR other/7031
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 7 Jun 2003 07:38:32 +0000 (07:38 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 7 Jun 2003 07:38:32 +0000 (07:38 +0000)
* Makefile.in (install-common): Remove GCOV_INSTALL_NAME instead of
gcov.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67582 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in

index be17acc..4ae02b3 100644 (file)
@@ -1,3 +1,9 @@
+2003-06-07  Magnus Kreth <magnus.kreth@gmx.de>
+           Thibaud Gaillard <thibaud.gaillard@nto.atmel.com>
+
+       * Makefile.in (install-common): Remove GCOV_INSTALL_NAME instead of
+       gcov.
+
 2003-06-07  Kelley Cook  <kelleycook@wideopenwest.com>
 
        * configure.in (HAVE_LD_RO_RW_SECTION_MIXING): Remove quotes in
index c87d1c2..a9a9065 100644 (file)
@@ -2990,7 +2990,7 @@ install-common: native $(EXTRA_PARTS) lang.install-common
 # Install gcov if it was compiled.
        -if [ -f gcov$(exeext) ]; \
        then \
-           rm -f $(DESTDIR)$(bindir)/gcov$(exeext); \
+           rm -f $(DESTDIR)$(bindir)/$(GCOV_INSTALL_NAME)$(exeext); \
            $(INSTALL_PROGRAM) gcov$(exeext) $(DESTDIR)$(bindir)/$(GCOV_INSTALL_NAME)$(exeext); \
        fi
        $(INSTALL_SCRIPT) gccbug $(DESTDIR)$(bindir)/$(GCCBUG_INSTALL_NAME)