projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
274ce67
)
Really cleanup editline (bug #378)
author
Mark Spencer
<markster@digium.com>
Mon, 13 Oct 2003 18:31:52 +0000
(18:31 +0000)
committer
Mark Spencer
<markster@digium.com>
Mon, 13 Oct 2003 18:31:52 +0000
(18:31 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1629
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
1884f17
..
3e97c7e
100755
(executable)
--- 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