Update of /usr/cvsroot/libpri
In directory mongoose.digium.com:/tmp/cvs-serv12821

Modified Files:
        Makefile 
Log Message:
suppress harmless warning (bug #4061)


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/libpri/Makefile,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- Makefile    9 Jan 2005 01:18:22 -0000       1.15
+++ Makefile    22 Apr 2005 02:37:37 -0000      1.16
@@ -106,7 +106,9 @@
 pridump: pridump.o
        $(CC) -o pridump pridump.o -L. -lpri -lzap $(CFLAGS)
 
+ifneq ($(wildcard .depend),)
 include .depend
+endif
 
 %.lo : %.c
        $(CC) -fPIC $(CFLAGS) -o $@ -c $<

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to