Fix the update target and remove duplicate file updates
[openssl.git] / crypto / modes / Makefile
index 69afd8985d236541dc5a2b3d893117da18278da0..ce27c2d8588ae34ada1060f0c9cedd3993d85d81 100644 (file)
@@ -78,6 +78,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)