mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-18 14:16:00 +08:00
* ltmain.in: $output_objdir/$objdir/ -> $output_objdir/lt-
This commit is contained in:
parent
adf5912c04
commit
7618652fd8
@ -1,3 +1,7 @@
|
|||||||
|
1999-03-09 Alexandre Oliva <oliva@dcc.unicamp.br>
|
||||||
|
|
||||||
|
* ltmain.in: $output_objdir/$objdir/ -> $output_objdir/lt-
|
||||||
|
|
||||||
1999-03-09 Thomas Tanner <tanner@gmx.de>
|
1999-03-09 Thomas Tanner <tanner@gmx.de>
|
||||||
|
|
||||||
* libltdl/ltdl.c (lt_dlopen): don't hardcode the length of the
|
* libltdl/ltdl.c (lt_dlopen): don't hardcode the length of the
|
||||||
|
@ -1703,11 +1703,11 @@ compiler."
|
|||||||
|
|
||||||
# Create the output directory, or remove our outputs if we need to.
|
# Create the output directory, or remove our outputs if we need to.
|
||||||
if test -d $output_objdir; then
|
if test -d $output_objdir; then
|
||||||
$show "${rm}r $output_objdir/$outputname $output_objdir/$objdir/$outputname $output_objdir/$libname.* $output_objdir/${libname}${release}.*"
|
$show "${rm}r $output_objdir/$outputname $output_objdir/lt-$outputname $output_objdir/$libname.* $output_objdir/${libname}${release}.*"
|
||||||
$run ${rm}r $output_objdir/$outputname $output_objdir/$objdir/$outputname $output_objdir/$libname.* $output_objdir/${libname}${release}.*
|
$run ${rm}r $output_objdir/$outputname $output_objdir/lt-$outputname $output_objdir/$libname.* $output_objdir/${libname}${release}.*
|
||||||
|
|
||||||
if test -z "$run" && test -f "$output_objdir/$objdir/$outputname"; then
|
if test -z "$run" && test -f "$output_objdir/lt-$outputname"; then
|
||||||
$echo "$modename: warning: $output_objdir/$objdir/$outputname could not be removed" 1>&2
|
$echo "$modename: warning: $output_objdir/lt-$outputname could not be removed" 1>&2
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
$show "$mkdir $output_objdir"
|
$show "$mkdir $output_objdir"
|
||||||
|
Loading…
Reference in New Issue
Block a user