aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/Makefile
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-23 01:29:41 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-23 01:29:41 +0000
commitc28707b6f17345b45ed0f75891763368f4180e01 (patch)
tree7b4c7e102c61307cbd4fb839a99ee87b453de021 /funcs/Makefile
parent94297c1a870b62b022467c1907487f82e818f69f (diff)
remove various commands that remove old modules since they have been there a
sufficient amount of time. Even if they happen to be still present, the main Makefile will spit out a huge warning telling the user that modules not installed by that run of "make install" are present in the modules directory. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35605 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'funcs/Makefile')
-rw-r--r--funcs/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/funcs/Makefile b/funcs/Makefile
index 6172ed318..b9e55d1e6 100644
--- a/funcs/Makefile
+++ b/funcs/Makefile
@@ -57,7 +57,6 @@ func_odbc.o: func_odbc.c
install: all
for x in $(MODS); do $(INSTALL) -m 755 $$x $(DESTDIR)$(MODULES_DIR) ; done
- rm -f $(DESTDIR)$(MODULES_DIR)/pbx_functions.so
uninstall: