aboutsummaryrefslogtreecommitdiff
path: root/openssl/crypto/jpake/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/crypto/jpake/Makefile')
-rw-r--r--openssl/crypto/jpake/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/openssl/crypto/jpake/Makefile b/openssl/crypto/jpake/Makefile
index 110c49ce0..5193fd983 100644
--- a/openssl/crypto/jpake/Makefile
+++ b/openssl/crypto/jpake/Makefile
@@ -32,6 +32,8 @@ install:
chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
done;
+update: depend
+
depend:
@[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
$(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)