mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-20 04:01:26 +00:00
Fixed typos.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1426 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -58,8 +58,8 @@ Remove any distro-provided InfiniBand drivers:
|
||||
Now locate the file Makefile.lib and patch it such that it supports
|
||||
the variable PRE_CFLAGS:
|
||||
|
||||
if -e /lib/modules/$(uname -r)/build/scripts/Makefile.lib; then
|
||||
/lib/modules/$(uname -r)/build
|
||||
if [ -e /lib/modules/$(uname -r)/build/scripts/Makefile.lib ]; then
|
||||
cd /lib/modules/$(uname -r)/build
|
||||
else
|
||||
cd /usr/src/linux-$(uname -r)
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user