summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-10-28 03:31:50 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-10-28 03:31:50 -0400
commit1c9c3ad411356ac45e9c25b6d21331b3c4d14174 (patch)
tree9513a33e42a49728c10255e29fb371d57e254214
parent375f6c257d23ac7655ce0738a72acceb78119457 (diff)
downloadledger-1c9c3ad411356ac45e9c25b6d21331b3c4d14174.tar.gz
ledger-1c9c3ad411356ac45e9c25b6d21331b3c4d14174.tar.bz2
ledger-1c9c3ad411356ac45e9c25b6d21331b3c4d14174.zip
Prettified the build display just a touch
-rwxr-xr-xacprep2
1 files changed, 1 insertions, 1 deletions
diff --git a/acprep b/acprep
index 32ca177a..b908adfc 100755
--- a/acprep
+++ b/acprep
@@ -1049,7 +1049,7 @@ class PrepareBuild(CommandLineApp):
line = re.sub('^\tmv -f', '\t@mv -f', line)
line = re.sub('^\t\$\(am__mv\)', '\t@$(am__mv)', line)
line = re.sub('^\t(\$\((.*?)LINK\).*)',
- '\t@echo " " LD \$@;\\1 > /dev/null', line)
+ '\t@echo " LD " \$@;\\1 > /dev/null', line)
Makefile_new.write(line)
Makefile_new.close()
Makefile.close()