aboutsummaryrefslogtreecommitdiff
path: root/openssl/crypto/whrlpool/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/crypto/whrlpool/Makefile')
-rw-r--r--openssl/crypto/whrlpool/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/openssl/crypto/whrlpool/Makefile b/openssl/crypto/whrlpool/Makefile
index f4d46e4d1..befd6d6f3 100644
--- a/openssl/crypto/whrlpool/Makefile
+++ b/openssl/crypto/whrlpool/Makefile
@@ -74,6 +74,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)