[Asterisk-cvs] libpri Makefile,1.11.2.1,1.11.2.2

russell at lists.digium.com russell at lists.digium.com
Tue May 10 23:31:23 CDT 2005


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




More information about the svn-commits mailing list