Skip to content
Snippets Groups Projects
Commit a10a120c authored by Mark Spencer's avatar Mark Spencer
Browse files

Really cleanup editline (bug #378)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1629 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 274ce675
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment