only remove more.parse if it exists

This commit is contained in:
Ian Lance Taylor 1997-09-22 15:29:33 +00:00
parent 76a6247f07
commit edc8c0897b

View file

@ -17,6 +17,11 @@
Do-first:
for d in more.parse ; do
if [ -d $d ]; then
lose_these_too="$d ${lose_these_too}"
fi
done
# All files listed between the "Things-to-keep:" line and the
# "Files-to-sed:" line will be kept. All other files will be removed.
@ -32,10 +37,6 @@ parse
reloc
unsorted
Things-to-lose:
more.parse
Do-last:
# End of file.