summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-11-13 23:52:08 +0100
committerwm4 <wm4@nowhere>2012-11-14 11:26:43 +0100
commit7087fc50fcf7316d025fab9fbd9c6487de62d957 (patch)
tree6de06cc4f766b5901db32678e2d158f56685f02d /Makefile
parent97efafee8aac2bcc1bb404fb774c4f8fdbf1b3c0 (diff)
downloadmpv-7087fc50fcf7316d025fab9fbd9c6487de62d957.tar.bz2
mpv-7087fc50fcf7316d025fab9fbd9c6487de62d957.tar.xz
TOOLS: remove checktree.sh
Nice idea, but essentially useless. Unmaintained even in mplayer-svn. Remove broken remains of the checkheaders target too.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
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.