CVSROOT: /sources/m4 Module name: m4 Changes by: Eric Blake <ericb> 06/07/11 16:34:16
Index: Makefile.am =================================================================== RCS file: /sources/m4/m4/Makefile.am,v retrieving revision 1.37 retrieving revision 1.38 diff -u -b -r1.37 -r1.38 --- Makefile.am 5 Jul 2006 20:54:15 -0000 1.37 +++ Makefile.am 11 Jul 2006 16:34:16 -0000 1.38 @@ -268,9 +268,7 @@ @if test -f src/m4$(EXEEXT); then \ echo "Updating the \`man' page \`$@'"; \ $(SHELL) $(srcdir)/$(config_aux_dir)/missing --run \ - help2man -o [EMAIL PROTECTED] src/m4$(EXEEXT); \ - cmp -s [EMAIL PROTECTED] $@ || cp [EMAIL PROTECTED] $@; \ - rm -f [EMAIL PROTECTED]; \ + help2man -o $@ src/m4$(EXEEXT); \ else \ echo "WARNING: The \`man' page \`$@' cannot be updated yet."; \ echo " Retry once the program executable is ready."; \