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