]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/rand/Makefile
Fix the update target and remove duplicate file updates
[thirdparty/openssl.git] / crypto / rand / Makefile
index 3e09b89915fb73bd4816c8de2b592003d37d5fb5..a0b1245ee32a4a3a4d9fa6cceb1ba222299deecb 100644 (file)
@@ -47,6 +47,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)