OSDN Git Service

Makefile: remove checkheaders from the main check target
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 28 Jun 2012 22:05:40 +0000 (00:05 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 28 Jun 2012 22:05:40 +0000 (00:05 +0200)
checkheaders doesnt pass and noone has even noticed since a very
long time.

checkheaders is also unmaintained (please add yourself to MAINTAINERS
if you want to maintain it)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Makefile

index 616e8e1..96b7f91 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -164,7 +164,7 @@ coverage-html: coverage.info
        $(Q)genhtml -o $@ $<
        $(Q)touch $@
 
-check: all alltools checkheaders examples testprogs fate
+check: all alltools examples testprogs fate
 
 include $(SRC_PATH)/doc/Makefile
 include $(SRC_PATH)/tests/Makefile