From f063a9ed05e222416066ab238392250231d6fe30 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 27 Dec 2006 23:44:13 +0000 Subject: configure.in: When removing Makefiles to force a reconfigure, also remove prev-DIR*/Makefile. * configure.in: When removing Makefiles to force a reconfigure, also remove prev-DIR*/Makefile. * configure: Regenerate. From-SVN: r120226 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index fb1ef6d..d307bcf 100644 --- a/configure.in +++ b/configure.in @@ -1896,7 +1896,7 @@ for module in ${build_configdirs} ; do done for module in ${configdirs} ; do if test -z "${no_recursion}"; then - for file in stage*-${module}/Makefile ${module}/Makefile; do + for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do if test -f ${file}; then echo 1>&2 "*** removing ${file} to force reconfigure" rm -f ${file} -- cgit v1.1