From: ivan Date: Wed, 15 Jun 2011 01:41:13 +0000 (+0000) Subject: added protection to Makfile against deploying cvs conflicts X-Git-Tag: freeside_2_3_0~125 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=2c2ef354ac4311c07796dca34340d7e4b5c59520 added protection to Makfile against deploying cvs conflicts --- diff --git a/Makefile b/Makefile index d4b161162..b9afd42e0 100644 --- a/Makefile +++ b/Makefile @@ -409,7 +409,7 @@ clean: make clean check-conflicts: - ! grep -r --exclude=config.log --exclude=config.status --exclude=gnupg_details_on_output_formats --exclude=mason_handler '^=======$$' . + ! grep -r --exclude=config.log --exclude=config.status --exclude=gnupg_details_on_output_formats --exclude=mason_handler. '^=======$$' . #these are probably only useful if you're me...