---
 Makefile           |    4 +---
 doc/developer.texi |    2 +-
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index 77d51eb..8478c31 100644
--- a/Makefile
+++ b/Makefile
@@ -194,8 +194,6 @@ distclean::
 config:
        $(SRC_PATH)/configure $(value LIBAV_CONFIGURATION)
 
-check: all alltools checkheaders examples testprogs fate
-
 include $(SRC_PATH)/doc/Makefile
 include $(SRC_PATH)/tests/Makefile
 
@@ -210,5 +208,5 @@ $(sort $(OBJDIRS)):
 # so this saves some time on slow systems.
 .SUFFIXES:
 
-.PHONY: all all-yes alltools check *clean config examples install*
+.PHONY: all all-yes alltools *clean config examples install*
 .PHONY: testprogs uninstall*
diff --git a/doc/developer.texi b/doc/developer.texi
index aff28b8..0dfbd2e 100644
--- a/doc/developer.texi
+++ b/doc/developer.texi
@@ -434,7 +434,7 @@ send a reminder by email. Your patch should eventually be 
dealt with.
 
 @enumerate
 @item
-    Does @code{make check} pass with the patch applied?
+    Does @code{make fate} pass with the patch applied?
 @item
     Is the patch against latest Libav git master branch?
 @item
-- 
1.7.1

_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to