diff --git a/Makefile b/Makefile index 0d05b69c52340a61d07599a8717bd542eb1a8952..f8497d2072b27f3f16e4b0611a635fb8338eb456 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.165 2008/02/06 21:57:54 mast Exp $ +# $Id: Makefile,v 1.166 2008/08/13 21:59:27 peter Exp $ # # Meta Makefile # @@ -297,6 +297,10 @@ export: echo 'Missing Nettle bundle.'; \ EXPORT_PREREQ=FAIL ; \ fi ; \ + if ls bundles/libffi-*.tar.gz > /dev/null 2>&1; then : ; else \ + echo 'Missing libffi bundle.'; \ + EXPORT_PREREQ=FAIL ; \ + fi ; \ if [ "$$EXPORT_PREREQ" = "FAIL" ]; then : \ echo 'Fix the above error(s) and rerun "make export", or'; \ echo '"make export_forced" to bypass these checks.';\