Fix the update target and remove duplicate file updates
[openssl.git] / crypto / hmac / Makefile
index 1415ebdfd118bc5daad403e76cd935c34889aebf..934631aa17cbc94e510ecd958bf78c2cd64f7302 100644 (file)
@@ -45,6 +45,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)