summaryrefslogtreecommitdiffstats
path: root/crypto/rsa/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/rsa/Makefile.in')
-rw-r--r--crypto/rsa/Makefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/rsa/Makefile.in b/crypto/rsa/Makefile.in
index 86f8da42b2..6858a0ab26 100644
--- a/crypto/rsa/Makefile.in
+++ b/crypto/rsa/Makefile.in
@@ -43,8 +43,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)