summaryrefslogtreecommitdiff
path: root/crypto/stack/Makefile
diff options
context:
space:
mode:
authorKyungwook Tak <k.tak@samsung.com>2015-08-31 16:19:30 +0900
committerKyungwook Tak <k.tak@samsung.com>2015-08-31 16:21:32 +0900
commitca2b56e2594c5e549d1c5c2e0ea625770f59bb75 (patch)
tree7712fcee7b020d7ebc0820aac202f8af2de6a924 /crypto/stack/Makefile
parenta23523f545972af9d67393bb41a17e1564e36cd4 (diff)
parent13ea66c69fd44fadc3e1493311a74537b8cb5d7c (diff)
downloadopenssl-tizen_3.0.m1_mobile.tar.gz
openssl-tizen_3.0.m1_mobile.tar.bz2
openssl-tizen_3.0.m1_mobile.zip
Change-Id: I4adbd2d17c72f228aea1396678f1e11a67b63bdc
Diffstat (limited to 'crypto/stack/Makefile')
-rw-r--r--crypto/stack/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/stack/Makefile b/crypto/stack/Makefile
index 5327692..b069c93 100644
--- a/crypto/stack/Makefile
+++ b/crypto/stack/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)