Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Oct 2017 16:10:17 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r324925 - projects/runtime-coverage
Message-ID:  <201710231610.v9NGAHVx032389@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Mon Oct 23 16:10:17 2017
New Revision: 324925
URL: https://svnweb.freebsd.org/changeset/base/324925

Log:
  Missing .endif FTL

Modified:
  projects/runtime-coverage/Makefile.inc1

Modified: projects/runtime-coverage/Makefile.inc1
==============================================================================
--- projects/runtime-coverage/Makefile.inc1	Mon Oct 23 16:08:19 2017	(r324924)
+++ projects/runtime-coverage/Makefile.inc1	Mon Oct 23 16:10:17 2017	(r324925)
@@ -2263,6 +2263,7 @@ _prereq_libs+=	lib/libclang_rt/profile
 .else
 .error "Runtime coverage is only supported with c++11 capable compilers"
 .endif
+.endif
 
 # These dependencies are not automatically generated:
 #



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