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