From: Ian Lance Taylor Date: Thu, 20 Aug 1998 20:55:13 +0000 (+0000) Subject: add configure to list of files to check X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=54e4cfaf3ac293793a7a25c3d21ad452d2c71dfb;p=binutils-gdb.git add configure to list of files to check --- diff --git a/bfd/.Sanitize b/bfd/.Sanitize index 5eec4a68293..8388e1169ca 100644 --- a/bfd/.Sanitize +++ b/bfd/.Sanitize @@ -646,7 +646,7 @@ done for lost in .. $lose_these_too; do if test $lost != ..; then - for i in Makefile.am Makefile.in config.bfd configure.host configure.in; do + for i in Makefile.am Makefile.in config.bfd configure.host configure.in configure; do if fgrep $lost $i >/dev/null 2>&1; then echo '***' File $lost was sanitized out but is still mentioned in bfd/$i 1>&2 fi