Hi I really do not see any purpose to this option. patch attached to have the option removed.
-- Ritesh Khadgaray Ph: +919970164885 Desktop LinuX N Stuff, RHCE Software Maintenance Engineer, Pune, Red Hat ॐ मणि पद्मे हूँ Eat Right, Exercise, Die Anyway.
diff --git a/Makefile.in b/Makefile.in index 720249a..a5fc645 100644 --- a/Makefile.in +++ b/Makefile.in @@ -84,9 +84,6 @@ src/repdoc : NEWS : man/news.texi ( cd man && $(MAKE) ../NEWS ) -tar : - tar -zcT FILES -f librep.tar.gz - clean : -for dir in $(ALL_SUBDIRS); do \ [ -d $$dir ] && ( cd $$dir && $(MAKE) $@ ) || exit 1; \ @@ -134,4 +131,4 @@ TAGS : --regex="/[ \t]+([ \t]*define-datum-printer[ \t]+'\([^ \t)]+\)/\1/"\ $$rep_files -.PHONY: install uninstall tar nobak clean realclean TAGS tags distclean +.PHONY: install uninstall nobak clean realclean TAGS tags distclean
