diff --git a/Makefile b/Makefile index 9383bfcb9b..844b9ab92b 100755 --- a/Makefile +++ b/Makefile @@ -189,6 +189,8 @@ ast_expr.o: ast_expr.c cli.o: cli.c build.h +asterisk.o: asterisk.c build.h + ifneq ($(strip $(ASTERISKVERSION)),) build.h: .version ./make_build_h diff --git a/pbx.c b/pbx.c index dea3ef4c67..8c48d1e094 100755 --- a/pbx.c +++ b/pbx.c @@ -1799,7 +1799,7 @@ int ast_pbx_run(struct ast_channel *c) } if (c->cdr) { if (option_verbose > 2) - ast_verbose(VERBOSE_PREFIX_2,"CDR updated on %s\n",c->name); + ast_verbose(VERBOSE_PREFIX_2 "CDR updated on %s\n",c->name); ast_cdr_update(c); } }