get rid of warning about missing .depend (bug #4061)

git-svn-id: https://origsvn.digium.com/svn/libpri/branches/v1-0@216 2fbb986a-6c06-0410-b554-c9c1f0a7f128
This commit is contained in:
Russell Bryant
2005-05-11 03:37:29 +00:00
parent 7f75e2b80a
commit 64301d47eb

View File

@@ -90,7 +90,9 @@ testprilib: testprilib.o
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 $<