aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-10-13 18:31:52 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-10-13 18:31:52 +0000
commit5c4b223d3e3797265e857f97bd4109204f1fab6a (patch)
tree683cb9e3ea437cbe93895070ba5020ca86426e90 /Makefile
parent2e1e0cfd772324aa2a7931af1918d24141454071 (diff)
Really cleanup editline (bug #378)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1629 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1884f1761..3e97c7ef2 100755
--- a/Makefile
+++ b/Makefile
@@ -214,7 +214,7 @@ clean:
rm -f *.o *.so asterisk .depend
rm -f build.h
rm -f ast_expr.c
- @if [ -e editline/Makefile ]; then $(MAKE) -C editline clean ; fi
+ @if [ -e editline/Makefile ]; then $(MAKE) -C editline distclean ; fi
$(MAKE) -C db1-ast clean
$(MAKE) -C stdtime clean