From 54e4cfaf3ac293793a7a25c3d21ad452d2c71dfb Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 20 Aug 1998 20:55:13 +0000 Subject: [PATCH] add configure to list of files to check --- bfd/.Sanitize | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2