Update of /cvsroot/alsa/alsa-kernel/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv2744/scripts

Modified Files:
        mod-deps.c 
Log Message:
fixed the check of pcmcia drivers.


Index: mod-deps.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/scripts/mod-deps.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- mod-deps.c  9 May 2003 14:11:28 -0000       1.15
+++ mod-deps.c  10 Nov 2003 17:37:54 -0000      1.16
@@ -965,7 +965,7 @@
                        printf("\tif test \"$CONFIG_ARM\" = \"y\"; then\n");
                else if (strstr(tempdep->dir, "/parisc"))
                        printf("\tif test \"$CONFIG_PARISC\" = \"y\"; then\n");
-               else if (strstr(tempdep->name, "/pcmcia"))
+               else if (strstr(tempdep->dir, "/pcmcia"))
                        printf("\tif test \"$CONFIG_PCMCIA\" = \"y\"; then\n");
                else
                        put_if = 0;



-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to