diff options
Diffstat (limited to 'crypto/bf/Makefile.in')
-rw-r--r-- | crypto/bf/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/bf/Makefile.in b/crypto/bf/Makefile.in index 57873503de..dd7609de75 100644 --- a/crypto/bf/Makefile.in +++ b/crypto/bf/Makefile.in @@ -45,8 +45,6 @@ bf-586.s: asm/bf-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl 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) |