symfile.c: Add missing second space after period.
[deliverable/binutils-gdb.git] / libiberty / gather-docs
index be4dbbfc1e2a3aab7f37a53742c06fc3bcec003c..94d3fcf8f3ac0117fd92bf0fc22c6c51311e9575 100644 (file)
@@ -110,7 +110,7 @@ print "Writing $outfile\n" if $verbose;
 print OUT "\@c Automatically generated from *.c and others (the comments before\n";
 print OUT "\@c each entry tell you which file and where in that file).  DO NOT EDIT!\n";
 print OUT "\@c Edit the *.c files, configure with --enable-maintainer-mode,\n";
-print OUT "\@c and let gather-docs build you a new copy.\n\n";
+print OUT "\@c run 'make stamp-functions' and gather-docs will build a new copy.\n\n";
 
 for $key (sort keys %name) {
     print OUT "\@c $src_file{$key}:$src_line{$key}\n";
This page took 0.023209 seconds and 4 git commands to generate.