Fix the update target and remove duplicate file updates
[openssl.git] / crypto / x509 / Makefile
index 72c82278f43ddc26cb496f515408b6dae7302c21..af3c25514049d2a766b5a4a5f4c3ac8ade2d9b28 100644 (file)
@@ -71,6 +71,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)