svn commit: r253997 - head/sys/modules/cyclic
Andriy Gapon
avg at FreeBSD.org
Tue Aug 6 16:18:07 UTC 2013
Author: avg
Date: Tue Aug 6 16:18:07 2013
New Revision: 253997
URL: http://svnweb.freebsd.org/changeset/base/253997
Log:
fix fat-fingering in r253996
MFC after: 17 days
X-MFC with: r253996
Modified:
head/sys/modules/cyclic/Makefile
Modified: head/sys/modules/cyclic/Makefile
==============================================================================
--- head/sys/modules/cyclic/Makefile Tue Aug 6 15:51:56 2013 (r253996)
+++ head/sys/modules/cyclic/Makefile Tue Aug 6 16:18:07 2013 (r253997)
@@ -11,7 +11,6 @@ CFLAGS+= -I${.CURDIR}/../../cddl/compat/
-I${.CURDIR}/../../cddl/contrib/opensolaris/uts/common \
-I${.CURDIR}/../.. \
-I${.CURDIR}/../../cddl/dev/cyclic/i386
-CFLAGS+= -include ${.CURDIR}/../../cddl/compat/opensolaris/sys/debug_compat.h
IGNORE_PRAGMA= 1
More information about the svn-src-all
mailing list