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

Modified Files:
        Rules.make 
Log Message:
Allow directories without sources

Index: Rules.make
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/Rules.make,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- Rules.make  21 Sep 2002 08:30:48 -0000      1.18
+++ Rules.make  17 Oct 2002 19:20:24 -0000      1.19
@@ -128,8 +128,9 @@
 # This make dependencies quickly
 #
 fastdep: $(patsubst %,_sfdep_%,$(ALL_SUB_DIRS)) update-sndversions
-       $(CC) -M -D__KERNEL__ $(CFLAGS) $(EXTRA_CFLAGS) $(wildcard *.[cS]) > .depend
-
+ifneq "$(strip $(wildcard *.[cS]))" ""
+               $(CC) -M -D__KERNEL__ $(CFLAGS) $(EXTRA_CFLAGS) $(wildcard *.[cS]) > 
+.depend
+endif
 
 ifneq "$(strip $(ALL_SUB_DIRS))" ""
 $(patsubst %,_sfdep_%,$(ALL_SUB_DIRS)):



-------------------------------------------------------
This sf.net email is sponsored by: viaVerio will pay you up to
$1,000 for every account that you consolidate with us.
http://ad.doubleclick.net/clk;4749864;7604308;v?
http://www.viaverio.com/consolidator/osdn.cfm
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to