diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |