Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Apr 2019 09:02:55 +0000 (UTC)
From:      Enji Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r346735 - projects/runtime-coverage-v2
Message-ID:  <201904260902.x3Q92tYr048556@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904260902.x3Q92tYr048556>