diff options
Diffstat (limited to 'tools/build')
-rwxr-xr-x | tools/build | 7 |
1 files changed, 3 insertions, 4 deletions
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 |