summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-01-20 21:55:30 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-01-20 21:55:30 +0000
commitba848192b85b9d9ab07d48af790460340273ba90 (patch)
tree415ffd2e6800e61e2df540f3cad9194f507bf67a /Makefile
parentc87711f2f7ca22a4ab7db25b41e387e2bf272aa3 (diff)
downloadmpv-ba848192b85b9d9ab07d48af790460340273ba90.tar.bz2
mpv-ba848192b85b9d9ab07d48af790460340273ba90.tar.xz
Don't suppress make output during installation.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21975 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 7c5bd9dc2b..de51c6e9de 100644
--- a/Makefile
+++ b/Makefile
@@ -278,20 +278,20 @@ ifeq ($(MENCODER),yes)
fi ; \
done
endif
- @$(INSTALL) -d $(DATADIR)
- @$(INSTALL) -d $(DATADIR)/font
+ $(INSTALL) -d $(DATADIR)
+ $(INSTALL) -d $(DATADIR)/font
ifeq ($(GUI),yes)
-ln -sf mplayer$(EXESUF) $(BINDIR)/gmplayer$(EXESUF)
- @$(INSTALL) -d $(DATADIR)/skins
+ $(INSTALL) -d $(DATADIR)/skins
@echo "*** Download skin(s) at http://www.mplayerhq.hu/dload.html"
@echo "*** for GUI, and extract to $(DATADIR)/skins/"
- @$(INSTALL) -d $(prefix)/share/pixmaps
+ $(INSTALL) -d $(prefix)/share/pixmaps
$(INSTALL) -m 644 etc/mplayer.xpm $(prefix)/share/pixmaps/mplayer.xpm
- @$(INSTALL) -d $(prefix)/share/applications
+ $(INSTALL) -d $(prefix)/share/applications
$(INSTALL) -m 644 etc/mplayer.desktop $(prefix)/share/applications/mplayer.desktop
endif
- @$(INSTALL) -d $(CONFDIR)
- @if test -f $(CONFDIR)/codecs.conf ; then mv -f $(CONFDIR)/codecs.conf $(CONFDIR)/codecs.conf.old ; fi
+ $(INSTALL) -d $(CONFDIR)
+ if test -f $(CONFDIR)/codecs.conf ; then mv -f $(CONFDIR)/codecs.conf $(CONFDIR)/codecs.conf.old ; fi
uninstall:
-rm -f $(BINDIR)/mplayer$(EXESUF) $(BINDIR)/gmplayer$(EXESUF)