diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-05-18 17:12:49 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-05-18 17:12:49 +0000 |
commit | 7ac3e16660a1ce3214a0645e8b802b7b8471e7dc (patch) | |
tree | 2e35ac9f34298e5470aaf7a22656f3ee3276be94 /Makefile | |
parent | 74c67fee1fb36da630db2a78fd9798002699f46b (diff) | |
download | mpv-7ac3e16660a1ce3214a0645e8b802b7b8471e7dc.tar.bz2 mpv-7ac3e16660a1ce3214a0645e8b802b7b8471e7dc.tar.xz |
Do not install DATADIR always, the GUI installation target takes care of this.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26822 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -817,7 +817,6 @@ install: install-dirs $(INSTALL_TARGETS) install-dirs: $(INSTALL) -d $(BINDIR) - $(INSTALL) -d $(DATADIR) $(INSTALL) -d $(CONFDIR) install-%: %$(EXESUF) |