Fix the update target and remove duplicate file updates
[openssl.git] / crypto / cmac / Makefile
index 31d50e439c3bcda1620f1b6a9ec75b1a6bc34b2b..0c770c45bcfaf58a77d72cedea92972269c7b284 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)