mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 14:58:25 +00:00
don't remove the ast_expr .c files when building testexpr2 since they are
now directly included in the tree git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6626 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
Makefile
2
Makefile
@@ -397,7 +397,7 @@ testexpr2: ast_expr2f.c ast_expr2.c ast_expr2.h
|
|||||||
gcc -g -c -DSTANDALONE ast_expr2f.c
|
gcc -g -c -DSTANDALONE ast_expr2f.c
|
||||||
gcc -g -c -DSTANDALONE ast_expr2.c
|
gcc -g -c -DSTANDALONE ast_expr2.c
|
||||||
gcc -g -o testexpr2 ast_expr2f.o ast_expr2.o
|
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
|
manpage: asterisk.8
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user