diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 0ef528b..070a5a0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -83,12 +83,9 @@ rpm: dist dist-bzip2 .PHONY: ChangeLog ChangeLog: - LC_ALL=C svn2cl -W 400 -I ChangeLog --accum -U ../common/username + LC_ALL=C svn2cl ChangeLog --accum rm -f *.bak -cvstag: - cvs tag $(CVSTAGOPT) $(TAG) - CLEANFILES = $(pkg_gdata) $(pkg_gscripts) $(macrosfiles) \ macros-perarch \ make_macrosfiles.sh |