summaryrefslogtreecommitdiff
path: root/apps/Makefile
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-06-23 01:29:41 +0000
committerRussell Bryant <russell@russellbryant.com>2006-06-23 01:29:41 +0000
commit53a56fcfe7df4603bfdf34eb969be0b4579dc962 (patch)
tree7b4c7e102c61307cbd4fb839a99ee87b453de021 /apps/Makefile
parent463a3eb45ba189058fb1c88d5c7422c8fc9e51df (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: https://origsvn.digium.com/svn/asterisk/trunk@35605 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/Makefile')
-rw-r--r--apps/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 3601da45c..2fdde40b4 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -42,9 +42,6 @@ app_rpt.o: app_rpt.c
install: all
for x in $(MODS); do $(INSTALL) -m 755 $$x $(DESTDIR)$(MODULES_DIR) ; done
- rm -f $(DESTDIR)$(MODULES_DIR)/app_cut.so
- rm -f $(DESTDIR)$(MODULES_DIR)/app_datetime.so
- rm -f $(DESTDIR)$(MODULES_DIR)/app_qcall.so
uninstall: