Commit 3743ea05 by Magnus Kreth Committed by Jim Wilson

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
parent 90e145da
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
......
......@@ -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)
......
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