remove last vestiges of pbx_functions

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9471 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Kevin P. Fleming 19 years ago
parent a38a7eec61
commit ad7f3e78e4

@ -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:

Loading…
Cancel
Save