Delete ${LIB}/DONE just before exit.
authorRichard Stallman <rms@gnu.org>
Thu, 11 Mar 1993 04:53:06 +0000 (04:53 +0000)
committerRichard Stallman <rms@gnu.org>
Thu, 11 Mar 1993 04:53:06 +0000 (04:53 +0000)
From-SVN: r3699

gcc/fixincludes

index 267142a11a4fc3b214c1cf43574d46a0ebe1898c..cd675a3c1104d928200b1cf024721e09bbc00ade 100755 (executable)
@@ -1010,4 +1010,7 @@ if $LINKS; then
   done
 fi
 
+# Prevent premature exit when subsequently processing OTHER_FIXINCLUDES_DIRS.
+rm ${LIB}/DONE
+
 exit 0