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