]> Dogcows Code - chaz/tar/commitdiff
* bootstrap: Don't claim lib/Makefile.am is generated automatically
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 20 Feb 2006 08:14:21 +0000 (08:14 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 20 Feb 2006 08:14:21 +0000 (08:14 +0000)
from itself.

bootstrap

index ccad55ce9dcb3ed08fdd3bf0f58c3d937e2220d6..64b68a55fd275da3082e3ecc0fe748e22d81789c 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -295,7 +295,7 @@ echo "$0: Creating m4/gnulib.m4"
  echo "])") > ./m4/gnulib.m4
 
 echo "$0: Creating lib/Makefile.am"
-(echo "# This file is generated automatically from lib/Makefile.am. Do not edit!"
+(echo "# This file is generated automatically. Do not edit!"
  cat lib/Makefile.tmpl
 
  for gnulib_module in $gnulib_modules; do
This page took 0.018525 seconds and 4 git commands to generate.