Fix the update target and remove duplicate file updates
[openssl.git] / crypto / ec / Makefile
index db380ed16f8425bf73b9d547116e1da0247f9f02..a5f7cad956e89f14b87d7ddedf4e5e92f1e9c0c0 100644 (file)
@@ -66,6 +66,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)