no changes
authorDavid Schleef <ds@schleef.org>
Sat, 26 Feb 2000 23:04:21 +0000 (23:04 +0000)
committerDavid Schleef <ds@schleef.org>
Sat, 26 Feb 2000 23:04:21 +0000 (23:04 +0000)
Makefile

index 9c6a11d560ee8e0e8a995ef46253c4ea410efaf7..3b34d897fd07ec31d42648f05980acf3959a2bbd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,8 +9,8 @@ INSTALLDIR=/usr
 
 #LINUXDIR = /usr/src/linux
 #LINUXDIR = /d/ds/cvs/rtl/linux22
+LINUXDIR = /d/ds/cvs/linux22
 #LINUXDIR = /home/ds/cvs/linux23
-LINUXDIR = /home/ds/cvs/linux22
 
 # define the following if you want to compile using RTL
 # headers that aren't in the default location
@@ -75,7 +75,7 @@ install:      dummy
 ifeq (/lib/modules/${UTS_VERSION},$(wildcard /lib/modules/${UTS_VERSION}))
        install -d /lib/modules/${UTS_VERSION}/misc
        install modules/*.o /lib/modules/${UTS_VERSION}/misc
-       depmod -a ${UTS_VERSION}
+       /sbin/depmod -a ${UTS_VERSION}
 else
        # ***
        # *** Could not install comedi.o into /lib/modules/${UTS_VERSION}/misc