Fix the update target and remove duplicate file updates
[openssl.git] / crypto / engine / Makefile
index 9c214824eb2f76212b664c3dde10138c931ae965..fa27f3e7310c7c39410fbd634806dce3e33a54f1 100644 (file)
@@ -69,6 +69,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)