aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 295bfeced..5a6a51c49 100755
--- a/Makefile
+++ b/Makefile
@@ -357,7 +357,7 @@ datafiles: all
update:
@if [ -d CVS ]; then \
echo "Updating from CVS..." ; \
- cvs -q update -Pd; \
+ cvs -q -z3 update -Pd; \
rm -f .version; \
else \
echo "Not CVS"; \