Fix the update target and remove duplicate file updates
[openssl.git] / crypto / rsa / Makefile
index 7c6bc00780652203465edeab709f5924eb6f3843..22c0793ec224012ac394682763997699a601cf29 100644 (file)
@@ -67,6 +67,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)