From 88ac5c5d423541625ae1c9ab0449613405b7d252 Mon Sep 17 00:00:00 2001 From: Johannes Nixdorf Date: Tue, 13 Nov 2012 09:27:39 +0100 Subject: Makefile: fix install targets INSTALL_TARGETS-yes is a leftover from INSTALL_TARGETS-$(MPLAYER), which was removed in 4873b32c5959c988af1769529ff72e3fd62fba82. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4241bb4cbf..466f095052 100644 --- a/Makefile +++ b/Makefile @@ -414,9 +414,9 @@ osdep/mpv-rc.o: osdep/mpv.exe.manifest check_rst2man: @which $(RST2MAN) > /dev/null 2>&1 || (printf "\n\trst2man not found. You need the docutils (>= 0.7) to generate the manpages. Alternatively you can use 'install-no-man' rule.\n\n" && exit 1) -install: $(INSTALL_TARGETS-yes) +install: $(INSTALL_TARGETS) -install-no-man: $(INSTALL_NO_MAN_TARGETS-yes) +install-no-man: $(INSTALL_NO_MAN_TARGETS) install-dirs: if test ! -d $(BINDIR) ; then $(INSTALL) -d $(BINDIR) ; fi -- cgit v1.2.3