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