aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-19 12:41:32 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-19 12:41:32 +0000
commit6596bcdf33df127ae3c4a6178bfebfaff4d9e3ba (patch)
treeca5c308f7c9d52a377a702b16d4f9be53ab30963 /Makefile
parente6ae19ccc02b5132a5a61692ca586d5651bd2399 (diff)
don't remove the ast_expr .c files when building testexpr2 since they are
now directly included in the tree git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6626 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f1c48c2c5..fcb9d7686 100755
--- a/Makefile
+++ b/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_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