Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/make make(1): fix copy-and-paste mistake for compili...



details:   https://anonhg.NetBSD.org/src/rev/c392dfe35785
branches:  trunk
changeset: 943320:c392dfe35785
user:      rillig <rillig%NetBSD.org@localhost>
date:      Mon Aug 31 06:44:12 2020 +0000

description:
make(1): fix copy-and-paste mistake for compiling with GCC10

diffstat:

 usr.bin/make/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e00033c618ba -r c392dfe35785 usr.bin/make/Makefile
--- a/usr.bin/make/Makefile     Mon Aug 31 06:23:19 2020 +0000
+++ b/usr.bin/make/Makefile     Mon Aug 31 06:44:12 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.96 2020/08/28 20:57:54 rillig Exp $
+#      $NetBSD: Makefile,v 1.97 2020/08/31 06:44:12 rillig Exp $
 #      @(#)Makefile    5.2 (Berkeley) 12/28/90
 
 PROG=  make
@@ -131,7 +131,7 @@
 COPTS.var.c+=  -Wno-format-nonliteral
 
 .if ${USE_GCC10} == "yes"
-GCC9BASE?=     /usr/pkg/gcc10
+GCC10BASE?=    /usr/pkg/gcc10
 CC=            ${GCC10BASE}/bin/gcc
 GCOV=          ${GCC10BASE}/bin/gcov
 .endif



Home | Main Index | Thread Index | Old Index