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