remove last vestiges of pbx_functions

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9471 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming 2006-02-11 03:21:09 +00:00
parent a38a7eec61
commit ad7f3e78e4
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ endif
all: $(FUNCS)
clean:
rm -f *.so *.o .depend pbx_functions.h
rm -f *.so *.o .depend
%.so : %.o
$(CC) $(SOLINK) -o $@ ${CYGSOLINK} $< ${CYGSOLIB}
@ -50,7 +50,7 @@ endif
depend: .depend
.depend: pbx_functions.h
.depend:
../build_tools/mkdep $(CFLAGS) `ls *.c`
env: