aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-14 19:08:12 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-14 19:08:12 +0000
commit6dacce7f245e5069829ab70d00450dad106b22ac (patch)
treed980765f6d21083fabb142f439f2961f3597b157 /funcs/Makefile
parent5ca126dc878b567faf7c1b94a7a3ee43ba4194c7 (diff)
Fix build issues...
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9988 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'funcs/Makefile')
-rw-r--r--funcs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/funcs/Makefile b/funcs/Makefile
index f2f8a4b2b..7dd65246f 100644
--- a/funcs/Makefile
+++ b/funcs/Makefile
@@ -40,6 +40,7 @@ func_odbc.so: func_odbc.o
install: all
for x in $(MODS); do $(INSTALL) -m 755 $$x $(DESTDIR)$(MODULES_DIR) ; done
+ rm -f $(DESTDIR)$(MODULES_DIR)/pbx_functions.so
uninstall: