projects
/
platform
/
upstream
/
automake.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca8e92e
)
Bug fix for maintainer-clean
author
Tom Tromey
<tromey@redhat.com>
Tue, 28 Nov 1995 18:51:44 +0000
(18:51 +0000)
committer
Tom Tromey
<tromey@redhat.com>
Tue, 28 Nov 1995 18:51:44 +0000
(18:51 +0000)
automake.in
patch
|
blob
|
history
diff --git
a/automake.in
b/automake.in
index
e361e61
..
efff99a
100755
(executable)
--- 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";
}