From f03eed6469e34a5bff975ed43292016a621296ea Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 28 Jul 2012 18:54:51 +0200 Subject: Makefile: remove unused rule for mplayer-nomain.o --- Makefile | 3 --- 1 file changed, 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* -- cgit v1.2.3