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