Fix the update target and remove duplicate file updates
[openssl.git] / crypto / dsa / Makefile
index 0761873b65c4d99279b10d1a21d3c65964af7b65..aa2b785d8504a0932d227510cc38a54e60026fbf 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)