No need to abort if c_rehash fails here (e.g. because Perl is not where
authorBodo Möller <bodo@openssl.org>
Wed, 7 Jun 2000 21:28:15 +0000 (21:28 +0000)
committerBodo Möller <bodo@openssl.org>
Wed, 7 Jun 2000 21:28:15 +0000 (21:28 +0000)
it is expected).

apps/Makefile.ssl

index 0d0cd888b47a72a758ebd52787cc621f2da0cbb6..6f913359d6a1c5aefa32e491d35d5d45f5105031 100644 (file)
@@ -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