From 9a47298d811496816903515bdba7652e275cc32a Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 4 Mar 2009 14:14:59 -0400 Subject: Don't run autogen from acprep unless necessary --- tools/build | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'tools/build') diff --git a/tools/build b/tools/build index 6a65ea0e..05c7d75a 100755 --- a/tools/build +++ b/tools/build @@ -9,11 +9,10 @@ if [ -d ~/Products/ledger ]; then fi if [ ! -f Makefile -o \ - $SRCDIR/Makefile.am -nt Makefile -o \ + $SRCDIR/Makefile.am -nt Makefile -o \ $SRCDIR/configure.ac -nt Makefile -o \ - $SRCDIR/acprep -nt Makefile -o \ - $SRCDIR/acprep -nt Makefile -o \ - $SRCDIR/tools/myacprep -nt Makefile ]; then + $SRCDIR/acprep -nt Makefile -o \ + $SRCDIR/myacprep -nt Makefile ]; then (cd $SRCDIR && tools/myacprep) fi -- cgit v1.2.3