summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1736b12ef7..fd4023f633 100644
--- a/Makefile
+++ b/Makefile
@@ -824,7 +824,7 @@ install-dirs:
if test -f $(CONFDIR)/codecs.conf ; then mv -f $(CONFDIR)/codecs.conf $(CONFDIR)/codecs.conf.old ; fi
install-mplayer: mplayer$(EXESUF)
- $(INSTALL) -m 755 $(INSTALLSTRIP) mplayer$(EXESUF) $(BINDIR)
+ $(INSTALL) -m 755 $(INSTALLSTRIP) $< $(BINDIR)
install-mplayer-man:
for lang in $(MAN_LANG); do \
@@ -837,7 +837,7 @@ install-mplayer-man:
done
install-mencoder: mencoder$(EXESUF)
- $(INSTALL) -m 755 $(INSTALLSTRIP) mencoder$(EXESUF) $(BINDIR)
+ $(INSTALL) -m 755 $(INSTALLSTRIP) $< $(BINDIR)
for lang in $(MAN_LANG); do \
if test "$$lang" = en ; then \
cd $(MANDIR)/man1 && ln -sf mplayer.1 mencoder.1 ; \