From: Kevin P. Fleming Date: Thu, 9 Jun 2005 21:12:03 +0000 (+0000) Subject: add check_expr to 'make clean' and CVS ignore list X-Git-Tag: 1.2.0-beta1~474 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4ec448cc76fcae7f3a0625a1f0314bb2c69d6e41;p=thirdparty%2Fasterisk.git add check_expr to 'make clean' and CVS ignore list git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5890 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/utils/.cvsignore b/utils/.cvsignore index bd4bc5f8a2..3464f93e57 100755 --- a/utils/.cvsignore +++ b/utils/.cvsignore @@ -2,3 +2,4 @@ astman smsq stereorize +check_expr diff --git a/utils/Makefile b/utils/Makefile index 2b4496152d..76328022a0 100755 --- a/utils/Makefile +++ b/utils/Makefile @@ -26,7 +26,7 @@ install: done clean: - rm -f *.o astman smsq stereorize .depend + rm -f *.o astman smsq stereorize check_expr .depend astman: astman.o ../md5.o $(CC) $(CFLAGS) -o astman astman.o ../md5.o -lnewt