automake-ng
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Automake-NG] [FYI] [ng] refactor: check-typos.am: include verbatim


From: Stefano Lattarini
Subject: [Automake-NG] [FYI] [ng] refactor: check-typos.am: include verbatim
Date: Tue, 31 Jul 2012 17:48:35 +0200

It contains not more automake-time %TRANSFORM%, so that's the right
thing to do.

* automake.in (generate_makefile): Here.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 automake.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/automake.in b/automake.in
index aa47315..27074b0 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
-- 
1.7.12.rc0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]