From: Bodo Möller Date: Wed, 7 Jun 2000 21:28:15 +0000 (+0000) Subject: No need to abort if c_rehash fails here (e.g. because Perl is not where X-Git-Tag: OpenSSL-engine-0_9_6-beta1~21^2~84 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=208f3688e0a76c3ad0ecb18075851b22f6511dc1;p=openssl No need to abort if c_rehash fails here (e.g. because Perl is not where it is expected). --- diff --git a/apps/Makefile.ssl b/apps/Makefile.ssl index 0d0cd888b4..6f913359d6 100644 --- a/apps/Makefile.ssl +++ b/apps/Makefile.ssl @@ -135,7 +135,7 @@ $(DLIBCRYPTO): $(PROGRAM): progs.h $(E_OBJ) $(PROGRAM).o $(DLIBCRYPTO) $(DLIBSSL) $(RM) $(PROGRAM) $(CC) -o $(PROGRAM) $(CFLAGS) $(PROGRAM).o $(E_OBJ) $(PEX_LIBS) $(LIBSSL) $(LIBCRYPTO) $(EX_LIBS) - @(cd ..; OPENSSL="`pwd`/apps/openssl"; export OPENSSL; $(PERL) tools/c_rehash certs) + -(cd ..; OPENSSL="`pwd`/apps/openssl"; export OPENSSL; $(PERL) tools/c_rehash certs) progs.h: progs.pl $(PERL) progs.pl $(E_EXE) >progs.h