diff options
Diffstat (limited to 'crypto/async/Makefile.in')
-rw-r--r-- | crypto/async/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/async/Makefile.in b/crypto/async/Makefile.in index b040e9c66c..34a9136ea3 100644 --- a/crypto/async/Makefile.in +++ b/crypto/async/Makefile.in @@ -52,8 +52,6 @@ install: chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \ done; -update: depend - depend: @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile... $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC) |