aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index eee7fba..391b653 100644
--- a/Makefile
+++ b/Makefile
@@ -64,9 +64,9 @@ cvstag:
cvs tag $(CVSTAGOPT) $(TAG)
changelog: ../common/username
- cvs2cl -U ../common/username -I ChangeLog
- rm -f ChangeLog.bak
- cvs commit -m "Generated by cvs2cl the `date '+%d_%b'`" ChangeLog
+ cvs2cl -U ../common/username -I ChangeLog.rpmbuildupdate
+ rm -f ChangeLog.rpmbuildupdate.bak
+ cvs commit -m "Generated by cvs2cl the `date '+%d_%b'`" ChangeLog.rpmbuildupdate
# Local variables:
# mode: makefile