summaryrefslogtreecommitdiff
path: root/deps/openssl/openssl/crypto/lhash/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deps/openssl/openssl/crypto/lhash/Makefile')
-rw-r--r--deps/openssl/openssl/crypto/lhash/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/openssl/openssl/crypto/lhash/Makefile b/deps/openssl/openssl/crypto/lhash/Makefile
index 82bddac474..c7f4365f0a 100644
--- a/deps/openssl/openssl/crypto/lhash/Makefile
+++ b/deps/openssl/openssl/crypto/lhash/Makefile
@@ -61,6 +61,8 @@ tests:
lint:
lint -DLINT $(INCLUDES) $(SRC)>fluff
+update: depend
+
depend:
@[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
$(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)