summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f514c6af..305f3108 100644
--- a/Makefile
+++ b/Makefile
@@ -70,7 +70,7 @@ dis: clean
cd ..; rm -rf $(NAME)
changelog: ../common/username
- ( cvs2cl -U ../common/username -I ChangeLog -I tmp/ ; \
+ ( cvs2cl -U ../common/username -I ChangeLog -I tmp/ --accum ; \
rm -f ChangeLog.bak ; \
cvs commit -m "Generated by cvs2cl the `date '+%c'`" ChangeLog ; \
)