X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=crypto%2Fecdsa%2FMakefile;h=01a7c34865ed2310ccf85c296b181ca821c4e0f3;hb=0f539dc1a2f45580435c39dada44dd276e79cb88;hp=be6f8490ab1280ffae1d30101bfa18ecd85e3c52;hpb=8757bf83775afe10cb18d15943248a75bcc6a24b;p=thirdparty%2Fopenssl.git diff --git a/crypto/ecdsa/Makefile b/crypto/ecdsa/Makefile index be6f8490ab..01a7c34865 100644 --- a/crypto/ecdsa/Makefile +++ b/crypto/ecdsa/Makefile @@ -46,6 +46,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)