summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorivan <ivan>2011-06-15 01:41:06 +0000
committerivan <ivan>2011-06-15 01:41:06 +0000
commite40181be768dc726e52698c016e540a0b443b0f9 (patch)
tree19e89a553128f41bef86be7d445c8074c8056de7 /Makefile
parent30e0af53bde61f5272c942814140b78ce44815a5 (diff)
added protection to Makfile against deploying cvs conflicts
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8db4c1e..d4b1611 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 '^=======$$' .
+ ! 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...