summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorViktor Dukhovni <openssl-users@dukhovni.org>2016-01-28 00:10:11 -0500
committerViktor Dukhovni <openssl-users@dukhovni.org>2016-01-28 06:36:55 -0500
commit7eba4e62077484aebec010157424287f1963c88f (patch)
tree5583d5933d0084b49ffd896414ee884e6320ef41 /Makefile.in
parent3538c7da3d53dca70be5f507376299843046d2b7 (diff)
Restore NUMPRIMES as a numeric literal
This fixes clang compilation problem with size_t NUMPRIMES and int loop counters. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 629141de97..80d5f175d0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -442,9 +442,9 @@ depend:
update: generate errors ordinals depend
generate:
- (cd apps && $(MAKE) generate)
- (cd crypto/bn && $(MAKE) generate)
- (cd crypto/objects && $(MAKE) generate)
+ (cd apps && PERL='${PERL}' $(MAKE) generate)
+ (cd crypto/bn && PERL='${PERL}' $(MAKE) generate)
+ (cd crypto/objects && PERL='${PERL}' $(MAKE) generate)
errors:
$(PERL) util/ck_errf.pl -strict */*.c */*/*.c