From e678b9dfbaae48a6ce416da0024064034126ec69 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Tue, 31 Jul 2012 17:37:22 +0200 Subject: [PATCH] [ng] refactor: check-typos.am: include verbatim It no longer contains automake-time %TRANSFORM% so that's the right thing to do. * automake.in (generate_makefile): Here. Signed-off-by: Stefano Lattarini --- automake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automake.in b/automake.in index aa473151b..27074b009 100644 --- a/automake.in +++ b/automake.in @@ -6829,7 +6829,7 @@ sub generate_makefile ($$) my $output_checks = ''; # See if any _SOURCES (or _LIBADD, or ...) variable were misspelled. - $output_checks .= preprocess_file ("$libdir/am/check-typos.am"); + $output_checks .= verbatim ('check-typos'); # Bail out if we have encountered errors at make runtime. The # relevant diagnostic should have already been reported by any # call to the function '$(am.error)', so we just print a generic -- 2.47.2