From cad45a0bae7164235be04c967601be1196867aaa Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 20 Feb 2006 08:14:21 +0000 Subject: [PATCH] * bootstrap: Don't claim lib/Makefile.am is generated automatically from itself. --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index ccad55c..64b68a5 100755 --- 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 -- 2.44.0