Browse code

Makefile: remove checkheaders from the main check target

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>

Michael Niedermayer authored on 2012/06/29 07:05:40
Showing 1 changed files
... ...
@@ -164,7 +164,7 @@ coverage-html: coverage.info
164 164
 	$(Q)genhtml -o $@ $<
165 165
 	$(Q)touch $@
166 166
 
167
-check: all alltools checkheaders examples testprogs fate
167
+check: all alltools examples testprogs fate
168 168
 
169 169
 include $(SRC_PATH)/doc/Makefile
170 170
 include $(SRC_PATH)/tests/Makefile