Fix the update target and remove duplicate file updates
[openssl.git] / crypto / idea / Makefile
index 8af0acdad97249c9b56441b1fa8642bc1ae399aa..3dc23e48dd4269fd52dfb7c369f7955b79c53e2a 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)