1
mirror of https://github.com/mpv-player/mpv synced 2024-07-11 23:47:56 +02:00

Makefile: remove unused rule for mplayer-nomain.o

This commit is contained in:
wm4 2012-07-28 18:54:51 +02:00
parent cee35cd725
commit f03eed6469

View File

@ -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*