svn commit: r346735 - projects/runtime-coverage-v2

Enji Cooper ngie at FreeBSD.org
Fri Apr 26 09:02:56 UTC 2019


Author: ngie
Date: Fri Apr 26 09:02:55 2019
New Revision: 346735
URL: https://svnweb.freebsd.org/changeset/base/346735

Log:
  Fix another typo from r346732 (lib/clang_rt/profile -> lib/libclang_rt/profile)

Modified:
  projects/runtime-coverage-v2/Makefile.inc1

Modified: projects/runtime-coverage-v2/Makefile.inc1
==============================================================================
--- projects/runtime-coverage-v2/Makefile.inc1	Fri Apr 26 08:15:55 2019	(r346734)
+++ projects/runtime-coverage-v2/Makefile.inc1	Fri Apr 26 09:02:55 2019	(r346735)
@@ -2467,7 +2467,7 @@ _elftctools=	lib/libelftc \
 
 .if ${MK_CLANG_BOOTSTRAP} != "no"
 .if ${MK_COVERAGE_SUPPORT} != "no"
-_coverage_libs+= lib/clang_rt/profile
+_coverage_libs+= lib/libclang_rt/profile
 .endif
 _clang=		usr.bin/clang
 .endif


More information about the svn-src-projects mailing list