added protection to Makfile against deploying cvs conflicts
[freeside.git] / Makefile
index 8db4c1e..d4b1611 100644 (file)
--- 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...