X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=crypto%2Fui%2FMakefile;h=2a02136f4073b35e555313ba86f360a8d7df8579;hb=ffbf304d4832bd51bb0618f8ca5b7c26647ee664;hp=1346d13685e4685d5d2775e919021c606cc68ad9;hpb=a3aadb2d9c85bc958a428a17ef5d6c9de5ef87b8;p=openssl.git diff --git a/crypto/ui/Makefile b/crypto/ui/Makefile index 1346d13685..2a02136f40 100644 --- a/crypto/ui/Makefile +++ b/crypto/ui/Makefile @@ -45,6 +45,8 @@ tests: lint: lint -DLINT $(INCLUDES) $(SRC)>fluff +update: depend + depend: @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile... $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)