From: David Schleef Date: Thu, 6 Apr 2000 07:18:22 +0000 (+0000) Subject: LINUXDIR fix X-Git-Tag: r0_7_42 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=092fbf01f73f5f8a969b704b7aeed98ebabb2f22;p=comedi.git LINUXDIR fix --- diff --git a/Makefile b/Makefile index 2d68a65e..b64a2eee 100644 --- a/Makefile +++ b/Makefile @@ -7,18 +7,17 @@ VERS3 = 39 INSTALLDIR=/usr -#LINUXDIR = /usr/src/linux -#LINUXDIR = /d/ds/cvs/rtl/linux22 -#LINUXDIR = /d/ds/cvs/linux22 -LINUXDIR = /home/ds/cvs/linux23 +ifndef LINUXDIR +LINUXDIR = /usr/src/linux +endif # define the following if you want to compile using RTL # headers that aren't in the default location -RTLDIR = /d/ds/cvs/rtlinux +#RTLDIR = /d/ds/cvs/rtlinux # define the following if you want to compile using RTAI # headers that aren't in the default location -RTAIDIR = /home/ds/cvs/rtai +#RTAIDIR = /home/ds/cvs/rtai TOPDIR := $(shell if [ "$$PWD" != "" ]; then echo $$PWD; else pwd; fi)