svn commit: r276852 - head/lib/libblocksruntime
Dimitry Andric
dim at FreeBSD.org
Thu Jan 8 20:08:01 UTC 2015
Author: dim
Date: Thu Jan 8 20:08:00 2015
New Revision: 276852
URL: https://svnweb.freebsd.org/changeset/base/276852
Log:
Follow up to r276851 by also committing a necessary update to
lib/libblocksruntime.
Pointy hat to: dim
Modified:
head/lib/libblocksruntime/Makefile
Modified: head/lib/libblocksruntime/Makefile
==============================================================================
--- head/lib/libblocksruntime/Makefile Thu Jan 8 19:47:10 2015 (r276851)
+++ head/lib/libblocksruntime/Makefile Thu Jan 8 20:08:00 2015 (r276852)
@@ -5,7 +5,7 @@ SHLIB_MAJOR=0
CFLAGS+=-I${.CURDIR}
WARNS?= 2
-.PATH: ${.CURDIR}/../../contrib/compiler-rt/BlocksRuntime
+.PATH: ${.CURDIR}/../../contrib/compiler-rt/lib/BlocksRuntime
INCS= Block.h Block_private.h
SRCS= data.c runtime.c
More information about the svn-src-all
mailing list