From ad7f3e78e4ee80aa7c2df740e2f4a92896487175 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Sat, 11 Feb 2006 03:21:09 +0000 Subject: [PATCH] remove last vestiges of pbx_functions git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9471 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- funcs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/funcs/Makefile b/funcs/Makefile index 1d231faa2a..ea6949ccb2 100644 --- a/funcs/Makefile +++ b/funcs/Makefile @@ -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: