Delete ${LIB}/DONE just before exit.

From-SVN: r3699
This commit is contained in:
Richard Stallman 1993-03-11 04:53:06 +00:00
parent ea9f550ab5
commit db27aeecc2
1 changed files with 3 additions and 0 deletions

View File

@ -1010,4 +1010,7 @@ if $LINKS; then
done
fi
# Prevent premature exit when subsequently processing OTHER_FIXINCLUDES_DIRS.
rm ${LIB}/DONE
exit 0