Don't output bogus errors in PKCS12_parse
[openssl.git] / crypto / ui / Makefile
index 1346d13685e4685d5d2775e919021c606cc68ad9..2a02136f4073b35e555313ba86f360a8d7df8579 100644 (file)
@@ -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)