Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Jan 2015 20:08:00 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r276852 - head/lib/libblocksruntime
Message-ID:  <201501082008.t08K80Pm071859@svn.freebsd.org>

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



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