[svn-commits] qwell: trunk r254802 - in /trunk: ./ utils/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Mar 25 15:41:53 CDT 2010


Author: qwell
Date: Thu Mar 25 15:41:49 2010
New Revision: 254802

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=254802
Log:
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.
........

Modified:
    trunk/   (props changed)
    trunk/utils/Makefile

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/utils/Makefile
URL: http://svnview.digium.com/svn/asterisk/trunk/utils/Makefile?view=diff&rev=254802&r1=254801&r2=254802
==============================================================================
--- trunk/utils/Makefile (original)
+++ trunk/utils/Makefile Thu Mar 25 15:41:49 2010
@@ -80,7 +80,7 @@
 	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




More information about the svn-commits mailing list