From: Jason Parker Date: Thu, 25 Mar 2010 20:43:34 +0000 (+0000) Subject: Merged revisions 254802 via svnmerge from X-Git-Tag: 1.6.2.7-rc1~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c20647af85a8413626778c17467feb42f5aa96f0;p=thirdparty%2Fasterisk.git Merged revisions 254802 via svnmerge from https://origsvn.digium.com/svn/asterisk/trunk ................ r254802 | qwell | 2010-03-25 15:41:49 -0500 (Thu, 25 Mar 2010) | 9 lines Merged revisions 254800 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r254800 | qwell | 2010-03-25 15:41:15 -0500 (Thu, 25 Mar 2010) | 1 line Don't remove local copies of utils in uninstall. ........ ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@254805 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/utils/Makefile b/utils/Makefile index cbf1759581..1b23edd26f 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -80,7 +80,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