From bc3b0b5577bd08e131e2c0884b30d364e6d3b38a Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 11 May 2007 07:25:07 +0000 Subject: *** no comment *** --- verify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'verify.sh') 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 -- cgit v1.2.3