소스 검색

* bootstrap: Don't claim lib/Makefile.am is generated automatically
from itself.

Paul Eggert 19 년 전
부모
커밋
cad45a0bae
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      bootstrap

+ 1 - 1
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