diff options
author | ivan <ivan> | 2011-06-15 01:41:14 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-06-15 01:41:14 +0000 |
commit | ec2f9c4ac6aaf879abe61444041ca8739621a415 (patch) | |
tree | 920b0c9d26448c9f9aa5cd6e3023a9bd1246185e | |
parent | 30929a2729c3e40beb5f54d0795857cbb36e0969 (diff) |
added protection to Makfile against deploying cvs conflicts
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -394,7 +394,7 @@ clean: make clean check-conflicts: - ! grep -r --exclude=config.log --exclude=config.status --exclude=gnupg_details_on_output_formats '^=======$$' . + ! 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... |