From e46a281de59d2002c94dcf4a078c4fd7f3a9f617 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Tue, 26 Feb 2013 21:50:26 +0000 Subject: [PATCH] Missing files target. --- crypto/srp/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crypto/srp/Makefile b/crypto/srp/Makefile index 81b4197758..324a409124 100644 --- a/crypto/srp/Makefile +++ b/crypto/srp/Makefile @@ -36,6 +36,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) -- GitLab