foo.$(OBJEXT) being created both with libtool and without, not
about foo.lo.
Report from Tim Van Holder.
+2003-07-30 Alexandre Duret-Lutz <adl@gnu.org>
+
+ * automake.in (handle_single_transform_list): Complain about
+ foo.$(OBJEXT) being created both with libtool and without, not
+ about foo.lo.
+ Report from Tim Van Holder.
+
2003-07-29 Alexandre Duret-Lutz <adl@gnu.org>
* Makefile.am (FETCHFILES, fetch): Add config-ml.in and
!= (COMPILE_LIBTOOL | COMPILE_ORDINARY))
&& $object_compilation_map{$comp_obj} != $comp_val)
{
- err_am "object `$object' created both with libtool and without";
+ err_am "object `$comp_obj' created both with libtool and without";
}
$object_compilation_map{$comp_obj} |= $comp_val;