From 7087fc50fcf7316d025fab9fbd9c6487de62d957 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 13 Nov 2012 23:52:08 +0100 Subject: TOOLS: remove checktree.sh Nice idea, but essentially useless. Unmaintained even in mplayer-svn. Remove broken remains of the checkheaders target too. --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 40b3ed661c..41a085684b 100644 --- a/Makefile +++ b/Makefile @@ -388,8 +388,6 @@ version.h .version: version.sh %$(EXESUF): %.c $(CC) $(CFLAGS) -o $@ $^ -%.ho: %.h - $(CC) $(CFLAGS) -Wno-unused -c -o $@ -x c $< ###### dependency declarations / specific CFLAGS ###### @@ -452,8 +450,7 @@ osxbundle: -include $(DEP_FILES) -.PHONY: all *install* -.PHONY: checkheaders *clean .version +.PHONY: all *install* *clean .version # Disable suffix rules. Most of the builtin rules are suffix rules, # so this saves some time on slow systems. -- cgit v1.2.3