From 60b8d53a898c74fc5865b628beb1914eae1b5827 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 28 Nov 1995 18:51:44 +0000 Subject: [PATCH] Bug fix for maintainer-clean --- automake.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/automake.in b/automake.in index e361e618..efff99a2 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"; } -- 2.43.5