summaryrefslogtreecommitdiffstats
path: root/crypto/stack/Makefile.in
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2016-01-18 17:50:36 +0100
committerRich Salz <rsalz@openssl.org>2016-01-20 15:09:14 +0100
commit56c77c52e1b0ad69fa133adb48c3221141b684c4 (patch)
tree8727739f2b095b2fee26175504c2a1aafe35bf7a /crypto/stack/Makefile.in
parentConsolidate "make update" (diff)
downloadopenssl-56c77c52e1b0ad69fa133adb48c3221141b684c4.tar.xz
openssl-56c77c52e1b0ad69fa133adb48c3221141b684c4.zip
Remove update tags
Also remove depend/local_depend. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/stack/Makefile.in')
-rw-r--r--crypto/stack/Makefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/stack/Makefile.in b/crypto/stack/Makefile.in
index 1e3a2e0d8b..1e83061f2b 100644
--- a/crypto/stack/Makefile.in
+++ b/crypto/stack/Makefile.in
@@ -37,8 +37,6 @@ lib: $(LIBOBJ)
files:
$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-update: depend
-
depend:
@[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
$(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)