]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 254802 via svnmerge from
authorJason Parker <jparker@digium.com>
Thu, 25 Mar 2010 20:42:42 +0000 (20:42 +0000)
committerJason Parker <jparker@digium.com>
Thu, 25 Mar 2010 20:42:42 +0000 (20:42 +0000)
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.0@254803 65c4cc65-6c06-0410-ace0-fbb531ad65f3

utils/Makefile

index 589a498bb824d217b920860abe674ea8d4c3f02b..ca8519c82ec779e79cd2dd6411ae616d17dada64 100644 (file)
@@ -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