aboutsummaryrefslogtreecommitdiffstats
path: root/apps/Makefile
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2005-12-23 23:42:58 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2005-12-23 23:42:58 +0000
commit4a8d4d9402c5b0b7cc81ae35ed7ea07d9168710e (patch)
treefa5ba4b9df902c7b87f7414ac5b6f0abd7e2243a /apps/Makefile
parent1b08c58c312c91b4ea68e2800ff91ba2d1bfb089 (diff)
Bug 5759 - Remove unused datetime code (current DateTime app is in app_sayunixtime)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7616 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/Makefile')
-rw-r--r--apps/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 28ce6d8ef..e2727d0d9 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -91,6 +91,7 @@ app_rpt.so : app_rpt.o
install: all
for x in $(APPS); 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