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