summaryrefslogtreecommitdiff
path: root/verify.sh
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-05-11 07:25:07 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:38:46 -0400
commitbc3b0b5577bd08e131e2c0884b30d364e6d3b38a (patch)
tree9beeda0e0e2cd599b2997b45fd1eab6a47b26210 /verify.sh
parentc7f694967c8109c9c6e028b89e2b72afd1bb078a (diff)
downloadfork-ledger-bc3b0b5577bd08e131e2c0884b30d364e6d3b38a.tar.gz
fork-ledger-bc3b0b5577bd08e131e2c0884b30d364e6d3b38a.tar.bz2
fork-ledger-bc3b0b5577bd08e131e2c0884b30d364e6d3b38a.zip
*** no comment ***
Diffstat (limited to 'verify.sh')
-rwxr-xr-xverify.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/verify.sh b/verify.sh
index 65dbfaba..2f738e3f 100755
--- a/verify.sh
+++ b/verify.sh
@@ -75,7 +75,7 @@ function build_distcheck_from_distrib() {
dup_working_tree distcheck_distrib || exit 1
cd distcheck_distrib || exit 1
./configure CPPFLAGS="$MY_CPPFLAGS" LDFLAGS="$MY_LDFLAGS" || exit 1
- make distcheck || exit 1
+ make CPPFLAGS="$MY_CPPFLAGS" LDFLAGS="$MY_LDFLAGS" distcheck || exit 1
}
# Finally, we have the ordinary `build_ledger' function, which builds