From db27aeecc2d19d28f0349191b0cc3c98e1642129 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Thu, 11 Mar 1993 04:53:06 +0000 Subject: [PATCH] Delete ${LIB}/DONE just before exit. From-SVN: r3699 --- gcc/fixincludes | 3 +++ 1 file changed, 3 insertions(+) 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