Fix the update target and remove duplicate file updates
[openssl.git] / crypto / rc2 / Makefile
index 73eac347e7fdf96324a0c4cc0bd0a88750fb77c6..2348ab8e4d28e7663a25ccf34546584dedba50b6 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)