projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b598ea9
)
No need to abort if c_rehash fails here (e.g. because Perl is not where
author
Bodo Möller
<bodo@openssl.org>
Wed, 7 Jun 2000 21:28:15 +0000
(21:28 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Wed, 7 Jun 2000 21:28:15 +0000
(21:28 +0000)
it is expected).
apps/Makefile.ssl
patch
|
blob
|
history
diff --git
a/apps/Makefile.ssl
b/apps/Makefile.ssl
index 0d0cd888b47a72a758ebd52787cc621f2da0cbb6..6f913359d6a1c5aefa32e491d35d5d45f5105031 100644
(file)
--- 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