From eebbe9b98f1e2f4afa789b06f68818b148a2af92 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sat, 26 Feb 2000 23:04:21 +0000 Subject: [PATCH] no changes --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.26.2