From c545faf321a2aa9a97aef251f56bd9a3dd21cf03 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Wed, 18 Jan 2006 10:42:25 +0000 Subject: Correct changelog generation --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 0d5abfd..a9fd280 100644 --- a/Makefile +++ b/Makefile @@ -64,9 +64,9 @@ cvstag: cvs tag $(CVSTAGOPT) $(TAG) changelog: ../common/username - cvs2cl -U ../common/username -I ChangeLog.rpmbuildupdate - rm -f ChangeLog.rpmbuildupdate.bak - cvs commit -m "Generated by cvs2cl the `date '+%d_%b'`" ChangeLog.rpmbuildupdate + cvs2cl -U ../common/username -I ChangeLog + rm -f ChangeLog.bak + cvs commit -m "Generated by cvs2cl the `date '+%d_%b'`" ChangeLog # Local variables: # mode: makefile -- cgit v1.2.1