From: Tom Tromey Date: Tue, 28 Nov 1995 18:51:44 +0000 (+0000) Subject: Bug fix for maintainer-clean X-Git-Tag: Release-0-25~76 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0031aec121c2f9712cbf722c24f6809bd5fed37b;p=thirdparty%2Fautomake.git Bug fix for maintainer-clean --- diff --git a/automake.in b/automake.in index e361e6183..efff99a2a 100755 --- a/automake.in +++ b/automake.in @@ -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"; }