aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e923509..98983dc 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ clean:
rm -f *~ \#*\#
changelog: ../common/username
- ( cvs2cl -U ../common/username -I ChangeLog -I tmp/ ; \
+ ( cvs2cl --accum -U ../common/username -I ChangeLog -I tmp/ ; \
rm -f ChangeLog.bak ; \
cvs commit -m "Generated by cvs2cl the `date '+%c'`" ChangeLog ; \
)