svn commit: r324484 - projects/runtime-coverage
Ngie Cooper
ngie at FreeBSD.org
Tue Oct 10 07:38:01 UTC 2017
Author: ngie
Date: Tue Oct 10 07:37:59 2017
New Revision: 324484
URL: https://svnweb.freebsd.org/changeset/base/324484
Log:
Fix the typo I accidentally added with _coverage_libs.${MK_GCC}
Modified:
projects/runtime-coverage/Makefile.inc1
Modified: projects/runtime-coverage/Makefile.inc1
==============================================================================
--- projects/runtime-coverage/Makefile.inc1 Tue Oct 10 06:26:12 2017 (r324483)
+++ projects/runtime-coverage/Makefile.inc1 Tue Oct 10 07:37:59 2017 (r324484)
@@ -2255,7 +2255,7 @@ _prereq_libs+= gnu/lib/libssp/libssp_nonshared
#
.if ${MK_COVERAGE} != "no"
_coverage_libs.${MK_CLANG}+= lib/libclang_rt/profile
-_coverage_lib.${MK_GCC}+= gnu/lib/libgcov
+_coverage_libs.${MK_GCC}+= gnu/lib/libgcov
.endif
_prereq_libs+= ${_coverage_libs.yes}
More information about the svn-src-projects
mailing list