diff --git a/gcc/fixincludes b/gcc/fixincludes index 267142a11a4..cd675a3c110 100755 --- a/gcc/fixincludes +++ b/gcc/fixincludes @@ -1010,4 +1010,7 @@ if $LINKS; then done fi +# Prevent premature exit when subsequently processing OTHER_FIXINCLUDES_DIRS. +rm ${LIB}/DONE + exit 0