]> sourceware.org Git - automake.git/commitdiff
* automake.in (do_check_merge_target): Add missing space.
authorAlexandre Duret-Lutz <adl@gnu.org>
Sun, 1 Dec 2002 17:04:38 +0000 (17:04 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sun, 1 Dec 2002 17:04:38 +0000 (17:04 +0000)
ChangeLog
automake.in

index 3b7238379b7a9e994a9edbdfaeef76e57e3a3bf7..ee6050a1307e948eb62acea07601c8b875f097bf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2002-12-01  Alexandre Duret-Lutz  <adl@gnu.org>
 
+       * automake.in (do_check_merge_target): Add missing space.
+
        * lib/config.guess, lib/config.sub, lib/texinfo.tex: New upstream
        versions.
 
index 3201755b68e520eeddbfc143b5a5f2a90612d07c..fcb8fc6ce2986591b8e11031cecc881cc7f4c21d 100755 (executable)
@@ -4921,7 +4921,7 @@ sub do_check_merge_target
     # Handle recursion.  We have to honor BUILT_SOURCES like for `all:'.
     $output_rules .= ("check: "
                      . (variable_defined ('BUILT_SOURCES')
-                        ? "\$(BUILT_SOURCES)\n\t\$(MAKE) \$(AM_MAKEFLAGS)"
+                        ? "\$(BUILT_SOURCES)\n\t\$(MAKE) \$(AM_MAKEFLAGS) "
                         : '')
                      . (variable_defined ('SUBDIRS')
                         ? 'check-recursive' : 'check-am')
This page took 0.035857 seconds and 5 git commands to generate.