Update of /cvsroot/alsa/alsa-driver
In directory usw-pr-cvs1:/tmp/cvs-serv19836

Modified Files:
        Rules.make 
Log Message:
fixed rule for fastdep not to use $(CPP) but $(CC) -M.



Index: Rules.make
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/Rules.make,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- Rules.make  24 Aug 2002 09:22:01 -0000      1.16
+++ Rules.make  20 Sep 2002 12:49:00 -0000      1.17
@@ -128,7 +128,7 @@
 # This make dependencies quickly
 #
 fastdep: $(patsubst %,_sfdep_%,$(ALL_SUB_DIRS)) update-sndversions
-       $(CPP) -D__KERNEL__ $(CFLAGS) $(EXTRA_CFLAGS) $(wildcard *.[chS]) > .depend
+       $(CC) -M -D__KERNEL__ $(CFLAGS) $(EXTRA_CFLAGS) $(wildcard *.[chS]) > .depend
 
 
 ifneq "$(strip $(ALL_SUB_DIRS))" ""



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