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

Modified Files:
      Tag: v1-0
        Makefile 
Log Message:
get rid of warning about missing .depend (bug #4061)


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/libpri/Makefile,v
retrieving revision 1.11.2.1
retrieving revision 1.11.2.2
diff -u -d -r1.11.2.1 -r1.11.2.2
--- Makefile    27 Dec 2004 01:29:12 -0000      1.11.2.1
+++ Makefile    11 May 2005 03:37:29 -0000      1.11.2.2
@@ -90,7 +90,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