Fix the update target and remove duplicate file updates
[openssl.git] / crypto / bf / Makefile
index dd2c2c708e63fd1295e081d1b5797bfb10895f9a..e0e4ee9595e4ac4456a6f0f8dc226bbf323a9bb9 100644 (file)
@@ -72,6 +72,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)