From 7675e8d0c4e29a0cc15b3597d15e0a5442b7a8fc Mon Sep 17 00:00:00 2001 From: qwell Date: Thu, 25 Mar 2010 20:41:15 +0000 Subject: Don't remove local copies of utils in uninstall. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@254800 f38db490-d61c-443f-a65b-d21fe96a405b --- utils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/Makefile b/utils/Makefile index b70150d2a..58db5fe54 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -66,7 +66,7 @@ install: done uninstall: - for x in $(ALL_UTILS); do rm -f $$x $(DESTDIR)$(ASTSBINDIR)/$$x; done + for x in $(ALL_UTILS); do rm -f $(DESTDIR)$(ASTSBINDIR)/$$x; done clean: rm -f *.o $(ALL_UTILS) check_expr *.s *.i -- cgit v1.2.3