aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index dbe3e41..054e3e6 100644
--- a/Makefile
+++ b/Makefile
@@ -40,9 +40,9 @@ dis:
bzip2 -9vf ../$(NAME)-$(VERSION).tar
rm -rf $(NAME)-$(VERSION)
-changelog:
+changelog: ../common/username
#cvs2cl is available in our contrib.
- cvs2cl -U .username -I ChangeLog -I $(NAME).spec
+ cvs2cl -U ../common/username -I ChangeLog -I $(NAME).spec
rm -f ChangeLog.bak
cvs commit -m "Generated by cvs2cl the `date '+%d_%b'`" ChangeLog