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

Modified Files:
        Rules.make 
Log Message:
fixed invokation of convert_isapnp_ids.



Index: Rules.make
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/Rules.make,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- Rules.make  15 Sep 2003 19:17:22 -0000      1.31
+++ Rules.make  16 Sep 2003 15:08:52 -0000      1.32
@@ -98,7 +98,7 @@
        patch -p0 -i $<
 
 %.isapnp: %.c
-       $(CPP) -C -D__KERNEL__ $(CFLAGS) $(EXTRA_CFLAGS) -D__isapnp_now__ 
-DKBUILD_BASENAME=$(subst $(comma),_,$(subst -,_,$(*F))) $(CFLAGS_$@) $(CFLAGS_$@) $< 
| awk $(TOPDIR)/utils/convert_isapnp_ids > $@
+       $(CPP) -C -D__KERNEL__ $(CFLAGS) $(EXTRA_CFLAGS) -D__isapnp_now__ 
-DKBUILD_BASENAME=$(subst $(comma),_,$(subst -,_,$(*F))) $(CFLAGS_$@) $(CFLAGS_$@) $< 
| awk -f $(TOPDIR)/utils/convert_isapnp_ids > $@
 
 #
 #



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to