[Asterisk-cvs] asterisk Makefile,1.33,1.34

markster at lists.digium.com markster at lists.digium.com
Mon Oct 13 13:05:51 CDT 2003


Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv8174

Modified Files:
	Makefile 
Log Message:
Really cleanup editline (bug #378)


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/Makefile,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- Makefile	27 Sep 2003 15:52:17 -0000	1.33
+++ Makefile	13 Oct 2003 18:31:52 -0000	1.34
@@ -214,7 +214,7 @@
 	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
 




More information about the svn-commits mailing list