]> sourceware.org Git - automake.git/commitdiff
* automake.in (handle_single_transform_list): Revert the change
authorAlexandre Duret-Lutz <adl@gnu.org>
Tue, 24 Sep 2002 20:07:43 +0000 (20:07 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Tue, 24 Sep 2002 20:07:43 +0000 (20:07 +0000)
from 2002-09-22.  We need to erase .libs/ in the object directory
in addition to the library directory.

ChangeLog
automake.in

index 74ae65bd0001770d5d853c73291528f82fb09aa8..22c6eb7a6254fe0a61daed23c3fc3db8153bbd0f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2002-09-24  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
+       * automake.in (handle_single_transform_list): Revert the change
+       from 2002-09-22.  We need to erase .libs/ in the object directory
+       in addition to the library directory.
+
        * tests/target-cflags.test: Build in `build/', not `obj/' because
        `obj/' is special to BSD make.
 
index f192f0fd4c08ef989e187ecedf894e2a37c317d9..270f1491ca6283fc22935abaa239cc27436a01a3 100755 (executable)
@@ -2542,6 +2542,9 @@ sub handle_single_transform_list ($$$$@)
                {
                    (my $xobj = $object) =~ s,lo$,\$(OBJEXT),;
                    $compile_clean_files{$xobj} = MOSTLY_CLEAN;
+
+                   # Remove any libtool object in this directory.
+                   $libtool_clean_directories{$directory} = 1;
                }
 
                 push (@dep_list, require_build_directory ($directory));
This page took 0.038252 seconds and 5 git commands to generate.