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:
38ef9a0
)
Remake cert links when the app is built.
author
Ben Laurie
<ben@openssl.org>
Tue, 9 Mar 1999 20:06:39 +0000
(20:06 +0000)
committer
Ben Laurie
<ben@openssl.org>
Tue, 9 Mar 1999 20:06:39 +0000
(20:06 +0000)
apps/Makefile.ssl
patch
|
blob
|
history
diff --git
a/apps/Makefile.ssl
b/apps/Makefile.ssl
index d330b1bc71194825d2131757711179610d4686d0..8aa5c8db996ea0d4a18a662bfe609f27a94927bb 100644
(file)
--- a/
apps/Makefile.ssl
+++ b/
apps/Makefile.ssl
@@
-129,6
+129,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; sh tools/c_rehash certs)
progs.h:
perl ./progs.pl $(E_EXE) >progs.h