From bfca7d0dfe6fb9e3aecd5970496f3adf8821c411 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Wed, 30 Jul 2003 16:45:22 +0000 Subject: [PATCH] * 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. --- ChangeLog | 7 +++++++ automake.in | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e1da5b3d4..59df3516c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-07-30 Alexandre Duret-Lutz + + * 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 * Makefile.am (FETCHFILES, fetch): Add config-ml.in and diff --git a/automake.in b/automake.in index e258f5916..e6e4e2d7c 100755 --- a/automake.in +++ b/automake.in @@ -1894,7 +1894,7 @@ sub handle_single_transform_list ($$$$@) != (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; -- 2.47.2