Date: Thu, 3 Mar 2011 17:10:49 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r219235 - stable/8/sys/conf Message-ID: <201103031710.p23HAndv054621@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhb Date: Thu Mar 3 17:10:48 2011 New Revision: 219235 URL: http://svn.freebsd.org/changeset/base/219235 Log: MFC 218290: Correct include path. Modified: stable/8/sys/conf/files Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/ (props changed) stable/8/sys/cddl/contrib/opensolaris/ (props changed) stable/8/sys/contrib/dev/acpica/ (props changed) stable/8/sys/contrib/pf/ (props changed) Modified: stable/8/sys/conf/files ============================================================================== --- stable/8/sys/conf/files Thu Mar 3 17:04:57 2011 (r219234) +++ stable/8/sys/conf/files Thu Mar 3 17:10:48 2011 (r219235) @@ -924,7 +924,7 @@ dev/e1000/e1000_82543.c optional em | i dev/e1000/e1000_82571.c optional em | igb \ compile-with "${NORMAL_C} -I$S/dev/e1000" dev/e1000/e1000_82575.c optional em | igb \ - compile-with "${NORMAL_C} -I$S/dev/igb" + compile-with "${NORMAL_C} -I$S/dev/e1000" dev/e1000/e1000_ich8lan.c optional em | igb \ compile-with "${NORMAL_C} -I$S/dev/e1000" dev/e1000/e1000_api.c optional em | igb \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103031710.p23HAndv054621>