svn commit: r214235 - user/ed/compiler-rt/lib/libblocksruntime
Ed Schouten
ed at FreeBSD.org
Sat Oct 23 10:46:11 UTC 2010
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
More information about the svn-src-user
mailing list