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:
dd12df7
)
JPAKE Makefile missing 'files' target
author
Richard Levitte
<levitte@openssl.org>
Tue, 24 Mar 2015 10:57:14 +0000
(11:57 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 24 Mar 2015 10:57:14 +0000
(11:57 +0100)
Reviewed-by: Matt Caswell <matt@openssl.org>
crypto/jpake/Makefile
patch
|
blob
|
history
diff --git
a/crypto/jpake/Makefile
b/crypto/jpake/Makefile
index a56d558ccb66f9532a40187f6cf249ddf5963fd7..112dfb1ecb910b4d33fc5eedc6f8bb6e5e8cc4d8 100644
(file)
--- a/
crypto/jpake/Makefile
+++ b/
crypto/jpake/Makefile
@@
-21,6
+21,9
@@
lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
+files:
+ $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
+
links:
@$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
@$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)