Commit aa5ae484 authored by Richard Levitte's avatar Richard Levitte
Browse files

Only remove old files if they exist. [Maing32].

Notified by Michael Gerdau <mgd@technosis.de>
parent eb3d68c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@ sub do_lib_rule
	($Name=$name) =~ tr/a-z/A-Z/;

	$ret.="$target: \$(${Name}OBJ)\n";
	$ret.="\t\$(RM) $target\n";
	$ret.="\tif exist $target \$(RM) $target\n";
	$ret.="\t\$(MKLIB) $target \$(${Name}OBJ)\n";
	$ret.="\t\$(RANLIB) $target\n\n";
	}