changeset 4306:689cce14e824

* Makefile.in (REQUIREMENTS): Remove openssl from list.
author John W. Eaton <jwe@octave.org>
date Sat, 31 Dec 2016 09:02:11 -0500
parents 17f36188049d
children d15e1b63b01f
files Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Sat Dec 31 09:01:24 2016 -0500
+++ b/Makefile.in	Sat Dec 31 09:02:11 2016 -0500
@@ -212,7 +212,7 @@
     TAR  := tar
 endif
 
-REQUIREMENTS := bash bzip2 $(MAKE) openssl $(PATCH) $(PERL) \
+REQUIREMENTS := bash bzip2 $(MAKE) $(PATCH) $(PERL) \
                 $(SED) tar unzip wget
 
 ifeq ($(MXE_NATIVE_MINGW_BUILD),yes)