Fix the update target and remove duplicate file updates
[openssl.git] / crypto / ecdh / Makefile
index 65d8904ee8a61e0f159f688fc2cdff103ce38bb7..e456e96c970326214352e875517c059366527beb 100644 (file)
@@ -62,6 +62,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)