aboutsummaryrefslogtreecommitdiff
path: root/gcc/Makefile.in
diff options
context:
space:
mode:
authorMagnus Kreth <magnus.kreth@gmx.de>2003-06-07 07:38:32 +0000
committerJim Wilson <wilson@gcc.gnu.org>2003-06-07 00:38:32 -0700
commit3743ea0569765041019ef778cfc6e3ef67dd2cf3 (patch)
treeee6cceb89a3b140a29f62327e0257301a9ca931f /gcc/Makefile.in
parent90e145da8d3758952328d48f1283812b033013ea (diff)
downloadgcc-3743ea0569765041019ef778cfc6e3ef67dd2cf3.zip
gcc-3743ea0569765041019ef778cfc6e3ef67dd2cf3.tar.gz
gcc-3743ea0569765041019ef778cfc6e3ef67dd2cf3.tar.bz2
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
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r--gcc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index c87d1c2..a9a9065 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.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)