From: David Schleef Date: Wed, 24 May 2000 23:31:23 +0000 (+0000) Subject: fix previous PCMCIA breakage X-Git-Tag: r44~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=89e7c8620d2a97d8f19aee776619d2e62639b288;p=comedi.git fix previous PCMCIA breakage --- diff --git a/Makefile b/Makefile index a4432c19..7f1f92a5 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ endif # define the following if you want to compile using PCMCIA # headers -PCMCIADIR = /d/ds/stuff/pcmcia-cs-3.1.15 +#PCMCIADIR = /d/ds/stuff/pcmcia-cs-3.1.15 TOPDIR := $(shell if [ "$$PWD" != "" ]; then echo $$PWD; else pwd; fi)