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