aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-25 20:41:15 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-25 20:41:15 +0000
commit7675e8d0c4e29a0cc15b3597d15e0a5442b7a8fc (patch)
tree8e466dd2c288ad4b41837fc0951cbd60c78170ff /utils
parentbc49afad0901b61eb23a054f06098f16b8d72eae (diff)
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
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile2
1 files changed, 1 insertions, 1 deletions
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