summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-05-14 21:02:25 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-05-14 21:02:25 (GMT)
commit8ed880a6449c857e80f68894f4d71068acea1048 (patch)
tree043d983a2ad7818ff44431d49f96dfe225b42530 /unix/Makefile.in
parent5deb902f86ab0302ddbb47b66b24b588ce5d8f11 (diff)
downloadblt-8ed880a6449c857e80f68894f4d71068acea1048.zip
blt-8ed880a6449c857e80f68894f4d71068acea1048.tar.gz
blt-8ed880a6449c857e80f68894f4d71068acea1048.tar.bz2
build openssl
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 5e1232b..b8e234f 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -12,7 +12,7 @@ mandir = @mandir@
OS = @OS@
ARCH = @ARCH@
TKFLAGS = @TKFLAGS@
-SSLTARGET = @SSLTARGET@
+SSLCONFIG = @SSLCONFIG@
TLSFLAGS = @TLSFLAGS@
JOBS = @CORES@
@@ -108,7 +108,7 @@ openssl/Makefile:
@echo ""
@echo "*** $@ ***"
cd openssl; \
- ./config $(SSLTARGET) --prefix=$(prefix)
+ $(SSLCONFIG) --prefix=$(prefix)
#--------------------------clean