summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwm4 <wm4@mplayer2.org>2012-07-28 18:54:51 +0200
committerwm4 <wm4@mplayer2.org>2012-07-28 20:44:59 +0200
commitf03eed6469e34a5bff975ed43292016a621296ea (patch)
tree0fbc1d185e8f32c445ed21e626d46dadc631819c /Makefile
parentcee35cd72501e47d6de6c17af7d6eefdb2e3bb99 (diff)
downloadmpv-f03eed6469e34a5bff975ed43292016a621296ea.tar.bz2
mpv-f03eed6469e34a5bff975ed43292016a621296ea.tar.xz
Makefile: remove unused rule for mplayer-nomain.o
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 1503690015..aa5e1d515c 100644
--- a/Makefile
+++ b/Makefile
@@ -725,9 +725,6 @@ TAGS:
tags:
$(RM) $@; find . -name '*.[chS]' -o -name '*.asm' | xargs ctags -a
-mplayer-nomain.o: mplayer.c
- $(CC) $(CFLAGS) -DDISABLE_MAIN -c -o $@ $<
-
-include $(DEP_FILES)
.PHONY: all locales *install*