summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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*