svn commit: r324925 - projects/runtime-coverage
Ngie Cooper
ngie at FreeBSD.org
Mon Oct 23 16:10:19 UTC 2017
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:
#
More information about the svn-src-projects
mailing list