Update of /cvsroot/alsa/alsa-driver
In directory sc8-pr-cvs1:/tmp/cvs-serv23979

Modified Files:
        Makefile.conf.in 
Log Message:
- fixed the compilation of 2.6 i386 kernel.


Index: Makefile.conf.in
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/Makefile.conf.in,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- Makefile.conf.in    11 Nov 2003 13:12:15 -0000      1.56
+++ Makefile.conf.in    13 Nov 2003 16:52:19 -0000      1.57
@@ -87,7 +87,7 @@
 DEXPORT                = $(TOPDIR)/include/modules
 else
 EXTRA_CFLAGS += -I$(MAINSRCDIR)/include -Iinclude -DALSA_BUILD
-CPPFLAGS := $(subst -Iinclude,,$(CPPFLAGS))
-CFLAGS := $(subst -Iinclude,,$(CFLAGS))
+CPPFLAGS := $(subst -Iinclude ,,$(CPPFLAGS))
+CFLAGS := $(subst -Iinclude ,,$(CFLAGS))
 endif
 



-------------------------------------------------------
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