summaryrefslogtreecommitdiff
path: root/crypto/ec/Makefile
diff options
context:
space:
mode:
authorKyungwook Tak <k.tak@samsung.com>2015-08-31 16:15:21 +0900
committerKyungwook Tak <k.tak@samsung.com>2015-08-31 16:16:50 +0900
commit13ea66c69fd44fadc3e1493311a74537b8cb5d7c (patch)
treec31b529ad95ce803d01be8e6b29c2525e7af56e1 /crypto/ec/Makefile
parent9b8531ea0e590efa2ac959b824e1a350dace84b9 (diff)
downloadopenssl-13ea66c69fd44fadc3e1493311a74537b8cb5d7c.tar.gz
openssl-13ea66c69fd44fadc3e1493311a74537b8cb5d7c.tar.bz2
openssl-13ea66c69fd44fadc3e1493311a74537b8cb5d7c.zip
Imported Upstream version 1.0.1pupstream/1.0.1p
Change-Id: I297624cdcb5d68a3442cdf4666722e66ce7a264b
Diffstat (limited to 'crypto/ec/Makefile')
-rw-r--r--crypto/ec/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/ec/Makefile b/crypto/ec/Makefile
index f85fc84..2753b28 100644
--- a/crypto/ec/Makefile
+++ b/crypto/ec/Makefile
@@ -70,6 +70,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)