diff options
author | Rich Salz <rsalz@akamai.com> | 2016-01-18 11:50:36 -0500 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-01-20 09:09:14 -0500 |
commit | 56c77c52e1b0ad69fa133adb48c3221141b684c4 (patch) | |
tree | 8727739f2b095b2fee26175504c2a1aafe35bf7a /crypto/pkcs7 | |
parent | 8cef1212f3a8271e1d9f2b4b02720751084a1785 (diff) | |
download | openssl-new-56c77c52e1b0ad69fa133adb48c3221141b684c4.tar.gz |
Remove update tags
Also remove depend/local_depend.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/pkcs7')
-rw-r--r-- | crypto/pkcs7/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/pkcs7/Makefile.in b/crypto/pkcs7/Makefile.in index c5e887904c..e5854a9873 100644 --- a/crypto/pkcs7/Makefile.in +++ b/crypto/pkcs7/Makefile.in @@ -44,8 +44,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) |