X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fasync%2FMakefile.in;h=34a9136ea3f9f6cbc4eb0e45680a59841861bdfe;hp=b040e9c66c1e187eb54185cefa9dcfc3958f9ee6;hb=56c77c52e1b0ad69fa133adb48c3221141b684c4;hpb=8cef1212f3a8271e1d9f2b4b02720751084a1785 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)