OSDN Git Service

* configure.in: When removing Makefiles to force a reconfigure, also
[pf3gnuchains/gcc-fork.git] / configure.in
index fb1ef6d..d307bcf 100644 (file)
@@ -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}