[asterisk-commits] russell: trunk r88062 - /trunk/utils/Makefile

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Nov 1 10:18:06 CDT 2007


Author: russell
Date: Thu Nov  1 10:18:06 2007
New Revision: 88062

URL: http://svn.digium.com/view/asterisk?view=rev&rev=88062
Log:
Remove another copied source file on "make clean".

(closes issue #11137)
Reported by: IgorG
Patches: 
      addonclean-87971-1.patch uploaded by IgorG (license 20)

Modified:
    trunk/utils/Makefile

Modified: trunk/utils/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/utils/Makefile?view=diff&rev=88062&r1=88061&r2=88062
==============================================================================
--- trunk/utils/Makefile (original)
+++ trunk/utils/Makefile Thu Nov  1 10:18:06 2007
@@ -61,7 +61,7 @@
 	rm -f *.s *.i
 	rm -f md5.c strcompat.c ast_expr2.c ast_expr2f.c pbx_ael.c pval.c
 	rm -f aelparse.c aelbison.c conf2ael
-	rm -f utils.c sha1.c astobj2.c hashtest2
+	rm -f utils.c threadstorage.c sha1.c astobj2.c hashtest2
 
 md5.c: ../main/md5.c
 	@cp $< $@




More information about the asterisk-commits mailing list