Refresh autogen products

This commit is contained in:
Brian Behlendorf 2009-01-15 10:46:28 -08:00
parent 8d87f5aba5
commit f23556ee90
1 changed files with 2 additions and 2 deletions

4
configure vendored
View File

@ -19136,8 +19136,8 @@ echo "${ECHO_T}$splsrcver" >&6
echo "$as_me:$LINENO: checking spl Module.symvers" >&5
echo $ECHO_N "checking spl Module.symvers... $ECHO_C" >&6
if test -r $splbuild/modules/Module.symvers; then
splsymvers=$splbuild/modules/Module.symvers
if test -r $splbuild/module/Module.symvers; then
splsymvers=$splbuild/module/Module.symvers
elif test -r $kernelbuild/Module.symvers; then
splsymvers=$kernelbuild/Module.symvers
fi