re PR other/7031 (program-suffix not respected in make install)

PR other/7031
* Makefile.in (install-common): Remove GCOV_INSTALL_NAME instead of
gcov.

Co-Authored-By: Thibaud Gaillard <thibaud.gaillard@nto.atmel.com>

From-SVN: r67582
This commit is contained in:
Magnus Kreth 2003-06-07 07:38:32 +00:00 committed by Jim Wilson
parent 90e145da8d
commit 3743ea0569
2 changed files with 7 additions and 1 deletions

View 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

View 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)