From e2092d07d85079215a0e068eb46c0d41bbd28a54 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 2 Jun 2009 17:53:55 +0100 Subject: Extended Makefile fix, to accomodate newest automake --- acprep | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3