From 47b31827887608f910dc80228106a03556c40c4e Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 24 Mar 2015 11:57:14 +0100 Subject: [PATCH] JPAKE Makefile missing 'files' target Reviewed-by: Matt Caswell --- crypto/jpake/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crypto/jpake/Makefile b/crypto/jpake/Makefile index a56d558ccb..112dfb1ecb 100644 --- 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) -- 2.34.1