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