[Asterisk-cvs] asterisk/channels Makefile,1.73,1.74

kpfleming kpfleming
Tue Oct 4 20:22:10 CDT 2005


Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv2253/channels

Modified Files:
	Makefile 
Log Message:
correct cygwin detection (issue #5328)
handle parallel make better (issue #5328)


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/Makefile,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -d -r1.73 -r1.74
--- Makefile	14 Sep 2005 01:10:20 -0000	1.73
+++ Makefile	5 Oct 2005 00:17:57 -0000	1.74
@@ -158,7 +158,9 @@
 ringtone.h: gentone
 	./gentone ringtone 440 480
 
-chan_oss.o: chan_oss.c  busy.h ringtone.h
+chan_oss.o: chan_oss.c busy.h ringtone.h
+
+chan_alsa.o: chan_alsa.c busy.h ringtone.h
 
 ifeq (${OSARCH},OpenBSD)
 chan_oss.so: chan_oss.o




More information about the svn-commits mailing list