]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Don't remove local copies of utils in uninstall.
authorJason Parker <jparker@digium.com>
Thu, 25 Mar 2010 20:41:15 +0000 (20:41 +0000)
committerJason Parker <jparker@digium.com>
Thu, 25 Mar 2010 20:41:15 +0000 (20:41 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@254800 65c4cc65-6c06-0410-ace0-fbb531ad65f3

utils/Makefile

index b70150d2a1ee0670b34e6bb74da5fea77bd18cbf..58db5fe545e723d6a0998dd14ef20f9a87652333 100644 (file)
@@ -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