summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-06-02 17:53:55 +0100
committerJohn Wiegley <johnw@newartisans.com>2009-06-02 17:53:55 +0100
commite2092d07d85079215a0e068eb46c0d41bbd28a54 (patch)
tree660cb80669fff5fa166ceadced290c98659482dc
parent0e9f782a05ab9bc892af40abef84346a16d3baec (diff)
downloadfork-ledger-e2092d07d85079215a0e068eb46c0d41bbd28a54.tar.gz
fork-ledger-e2092d07d85079215a0e068eb46c0d41bbd28a54.tar.bz2
fork-ledger-e2092d07d85079215a0e068eb46c0d41bbd28a54.zip
Extended Makefile fix, to accomodate newest automake
-rwxr-xr-xacprep1
1 files changed, 1 insertions, 0 deletions
diff --git a/acprep b/acprep
index c1a0ddc7..8790501e 100755
--- a/acprep
+++ b/acprep
@@ -996,6 +996,7 @@ class PrepareBuild(CommandLineApp):
line = re.sub('^\t(\$\((LIBTOOL|CXX)\).*?\.(cc|cpp))$',
'\t@echo " " CXX \$@;\\1 > /dev/null', line)
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)
Makefile_new.write(line)