]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
[ng] refactor: check-typos.am: include verbatim
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 31 Jul 2012 15:37:22 +0000 (17:37 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 1 Aug 2012 08:02:45 +0000 (10:02 +0200)
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 <stefano.lattarini@gmail.com>
automake.in

index aa473151bad9ce5ed8dd77e9ea561a756ea6a8d4..27074b009fd6341b6fb687e2a8e0583ce610fb09 100644 (file)
@@ -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