]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
add check_expr to 'make clean' and CVS ignore list
authorKevin P. Fleming <kpfleming@digium.com>
Thu, 9 Jun 2005 21:12:03 +0000 (21:12 +0000)
committerKevin P. Fleming <kpfleming@digium.com>
Thu, 9 Jun 2005 21:12:03 +0000 (21:12 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5890 65c4cc65-6c06-0410-ace0-fbb531ad65f3

utils/.cvsignore
utils/Makefile

index bd4bc5f8a298663742347f52a88fca885344fb03..3464f93e57f158ab644864e8ccd01440cea2d53a 100755 (executable)
@@ -2,3 +2,4 @@
 astman
 smsq
 stereorize
+check_expr
index 2b4496152d7a587a26b30b069814a30924df779f..76328022a001aade69597d92a98efb5ca8ab1b2d 100755 (executable)
@@ -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