diff options
author | Guillaume Rousse <guillomovitch@mandriva.org> | 2005-10-06 15:42:50 +0000 |
---|---|---|
committer | Guillaume Rousse <guillomovitch@mandriva.org> | 2005-10-06 15:42:50 +0000 |
commit | 96ded4f14516548ceb7f7508e0b5222cf0ec650a (patch) | |
tree | b0d074fa63f80ffdad2488c9007df364720fb10f /Makefile | |
parent | c6bdd1f5e7b926f5266fc6b580050c25367a6482 (diff) | |
download | bootsplash-96ded4f14516548ceb7f7508e0b5222cf0ec650a.tar bootsplash-96ded4f14516548ceb7f7508e0b5222cf0ec650a.tar.gz bootsplash-96ded4f14516548ceb7f7508e0b5222cf0ec650a.tar.bz2 bootsplash-96ded4f14516548ceb7f7508e0b5222cf0ec650a.tar.xz bootsplash-96ded4f14516548ceb7f7508e0b5222cf0ec650a.zip |
fix changelog target
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 - 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 |