[Asterisk-cvs] asterisk Makefile,1.206,1.207
russell
russell
Mon Sep 19 08:43:41 CDT 2005
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv21112
Modified Files:
Makefile
Log Message:
don't remove the ast_expr .c files when building testexpr2 since they are
now directly included in the tree
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/Makefile,v
retrieving revision 1.206
retrieving revision 1.207
diff -u -d -r1.206 -r1.207
--- Makefile 15 Sep 2005 00:12:36 -0000 1.206
+++ Makefile 19 Sep 2005 12:41:32 -0000 1.207
@@ -397,7 +397,7 @@
gcc -g -c -DSTANDALONE ast_expr2f.c
gcc -g -c -DSTANDALONE ast_expr2.c
gcc -g -o testexpr2 ast_expr2f.o ast_expr2.o
- rm ast_expr2.c ast_expr2.o ast_expr2f.o ast_expr2f.c
+ rm ast_expr2.o ast_expr2f.o
manpage: asterisk.8
More information about the svn-commits
mailing list