summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohannes Nixdorf <mixi@exherbo.org>2012-11-13 09:27:39 +0100
committerJohannes Nixdorf <mixi@exherbo.org>2012-11-13 09:40:55 +0100
commit88ac5c5d423541625ae1c9ab0449613405b7d252 (patch)
tree8cf1446cbc9946dd4e1761fd1271014cdf6c80e7 /Makefile
parent90784dfc9d139d520a4b1c2f85778b0c1e4af95b (diff)
downloadmpv-88ac5c5d423541625ae1c9ab0449613405b7d252.tar.bz2
mpv-88ac5c5d423541625ae1c9ab0449613405b7d252.tar.xz
Makefile: fix install targets
INSTALL_TARGETS-yes is a leftover from INSTALL_TARGETS-$(MPLAYER), which was removed in 4873b32c5959c988af1769529ff72e3fd62fba82.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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