From: Thomas Tanner Date: Thu, 11 Mar 1999 12:31:46 +0000 (+0000) Subject: * ltmain.in: delete the old output files (incl. the relinked binary) X-Git-Tag: release-1-2f~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d988bc854e21ea7d5ded77e4403ffab87725d00;p=thirdparty%2Flibtool.git * ltmain.in: delete the old output files (incl. the relinked binary) before linking. --- diff --git a/ChangeLog b/ChangeLog index aaeb08536..17fad3e51 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 1999-03-11 Thomas Tanner + * ltmain.in: delete the old output files (incl. the relinked binary) + before linking. + * ltconfig.in: replaced `configure' with $progname and all line numbers with @LINENO@ diff --git a/ltmain.in b/ltmain.in index 977510e6c..97734209f 100644 --- a/ltmain.in +++ b/ltmain.in @@ -2577,7 +2577,7 @@ static const void *lt_preloaded_setup() { fi # Delete the old output file. - $run $rm $output + $run $rm $output $output_objdir/$outputname $output_objdir/lt-$outputname $show "$link_command" $run eval "$link_command" || exit $?