]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Bug fix for maintainer-clean
authorTom Tromey <tromey@redhat.com>
Tue, 28 Nov 1995 18:51:44 +0000 (18:51 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 28 Nov 1995 18:51:44 +0000 (18:51 +0000)
automake.in

index e361e618357b96d03ded6df8065a817441daa8c5..efff99a2ae8e3c86a21cd879db0a1c709cbdcc99 100755 (executable)
@@ -920,9 +920,9 @@ sub do_one_clean_target
     {
        # Print a special warning.
        $output_rules .=
-           ('@echo "This command is intended for maintainers to use;"'
-            . "\n"
-            . '@echo "it deletes files that may require special tools to rebuild."');
+           ("\t@echo \"This command is intended for maintainers to use;\"\n"
+            . "\t@echo \"it deletes files that may require special "
+            . "tools to rebuild.\"\n");
     }
     $output_rules .= "\n";
 }