Date: Sat, 23 Oct 2010 10:46:11 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r214235 - user/ed/compiler-rt/lib/libblocksruntime Message-ID: <201010231046.o9NAkBPa084721@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ed Date: Sat Oct 23 10:46:11 2010 New Revision: 214235 URL: http://svn.freebsd.org/changeset/base/214235 Log: Use correct include path. Modified: user/ed/compiler-rt/lib/libblocksruntime/Makefile Modified: user/ed/compiler-rt/lib/libblocksruntime/Makefile ============================================================================== --- user/ed/compiler-rt/lib/libblocksruntime/Makefile Sat Oct 23 08:12:44 2010 (r214234) +++ user/ed/compiler-rt/lib/libblocksruntime/Makefile Sat Oct 23 10:46:11 2010 (r214235) @@ -2,7 +2,7 @@ LIB= BlocksRuntime SHLIB_MAJOR=0 -CFLAGS+=-I. +CFLAGS+=-I${.CURDIR} WARNS?= 2 .PATH: ${.CURDIR}/../../contrib/compiler-rt/BlocksRuntime
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010231046.o9NAkBPa084721>