comparison Makefile.in @ 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 0db33a326eec
children 411ddca4207f
comparison
equal deleted inserted replaced
4305:17f36188049d 4306:689cce14e824
210 TAR2 := bsdtar 210 TAR2 := bsdtar
211 else 211 else
212 TAR := tar 212 TAR := tar
213 endif 213 endif
214 214
215 REQUIREMENTS := bash bzip2 $(MAKE) openssl $(PATCH) $(PERL) \ 215 REQUIREMENTS := bash bzip2 $(MAKE) $(PATCH) $(PERL) \
216 $(SED) tar unzip wget 216 $(SED) tar unzip wget
217 217
218 ifeq ($(MXE_NATIVE_MINGW_BUILD),yes) 218 ifeq ($(MXE_NATIVE_MINGW_BUILD),yes)
219 REQUIREMENTS += bsdtar 219 REQUIREMENTS += bsdtar
220 endif 220 endif