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