Skip to content
Snippets Groups Projects
Commit ad7f3e78 authored by Kevin P. Fleming's avatar Kevin P. Fleming
Browse files

remove last vestiges of pbx_functions

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9471 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent a38a7eec
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment