circular links.
Reported by Ron O'Hara <rono@sentuny.com.au>
+1999-05-25 Alexandre Oliva <oliva@dcc.unicamp.br>
+
+ * ltmain.in: Remove object files before writing to them, to avoid
+ circular links.
+ Reported by Ron O'Hara <rono@sentuny.com.au>
+
1999-05-24 Thomas Tanner <tanner@ffii.org>
* doc/libtool.texi: fix "wierd" typo :)
command="$command -o $output_obj"
fi
+ $run $rm "$output_obj"
$show "$command"
if $run eval "$command"; then :
else
# Suppress compiler output if we already did a PIC compilation.
command="$command$suppress_output"
+ $run $rm "$output_obj"
$show "$command"
if $run eval "$command"; then :
else