(ChangeLog): Don't pass -i option to ruby.
authorueno <ueno>
Sun, 11 Jan 2004 02:37:39 +0000 (02:37 +0000)
committerueno <ueno>
Sun, 11 Jan 2004 02:37:39 +0000 (02:37 +0000)
Makefile

index ce8c985..245b58c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ install-package:      package
 ChangeLog: $(filter-out ChangeLog CVS, $(wildcard *))
        cvs2cl --prune --no-wrap --usermap ./cvs2cl/usermap --gmt --stdout \
                --ignore '\.tdldb' | \
-       ruby -p -i ./cvs2cl/fmtlog.rb > $@
+       ruby -p ./cvs2cl/fmtlog.rb > $@
 
 .PHONY: clean distclean
 clean: