From: Stefano Lattarini Date: Tue, 31 Jul 2012 15:37:22 +0000 (+0200) Subject: [ng] refactor: check-typos.am: include verbatim X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e678b9dfbaae48a6ce416da0024064034126ec69;p=thirdparty%2Fautomake.git [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 --- 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