aboutsummaryrefslogtreecommitdiffstats
path: root/utils/Makefile
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-01 15:18:06 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-01 15:18:06 +0000
commitd8a12a9c6b566c6179550fedb537609164b70482 (patch)
treeeca1f6939a93ee3f043f5780f41d29a4ac577cb1 /utils/Makefile
parent9efed809d4b3787aa2b7f824d0c0b56221e49b75 (diff)
Remove another copied source file on "make clean".
(closes issue #11137) Reported by: IgorG Patches: addonclean-87971-1.patch uploaded by IgorG (license 20) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@88062 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'utils/Makefile')
-rw-r--r--utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile
index 121ac38a2..6ea4fc581 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -61,7 +61,7 @@ clean:
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 $< $@