From: Jason Parker Date: Thu, 25 Mar 2010 20:41:15 +0000 (+0000) Subject: Don't remove local copies of utils in uninstall. X-Git-Tag: 1.4.31-rc1~2^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3ed4366cc2e0f354aeaea3017d9a93e60ed946c;p=thirdparty%2Fasterisk.git Don't remove local copies of utils in uninstall. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@254800 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/utils/Makefile b/utils/Makefile index b70150d2a1..58db5fe545 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