From: David Schleef Date: Sat, 26 Feb 2000 23:04:21 +0000 (+0000) Subject: no changes X-Git-Tag: r0_7_40~24 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=eebbe9b98f1e2f4afa789b06f68818b148a2af92;p=comedi.git no changes --- diff --git a/Makefile b/Makefile index 9c6a11d5..3b34d897 100644 --- 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