Fix the update target and remove duplicate file updates
[openssl.git] / crypto / mdc2 / Makefile
index 1d064f17a6279f8f719ac08e3ed629a9b75118fb..28e8bc30c9de384c90b05bbec3f416eece451739 100644 (file)
@@ -61,6 +61,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)