summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-01 14:40:09 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-01 14:40:09 +0000
commit688e04de22a7b78fab164b8cc0d08f914a735937 (patch)
treecf20f2fd785626e3f96925d4e4d73e760f869376 /Makefile
parentd8edb8566cf577169d1d17de0665d8b0e097459d (diff)
downloadmpv-688e04de22a7b78fab164b8cc0d08f914a735937.tar.bz2
mpv-688e04de22a7b78fab164b8cc0d08f914a735937.tar.xz
ability to override MANDIR, BINDIR
patch by Dominik Mierzejewski <dominik@rangers.eu.org> modified to remain compatible with previous solution (ie mandir=prefix/man) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7222 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 7f94aafefb..747fd8632c 100644
--- a/Makefile
+++ b/Makefile
@@ -23,11 +23,6 @@ SUBDIRS += libdha vidix
DO_MAKE = @ for i in $(SUBDIRS); do $(MAKE) -C $$i $@; done
endif
-#prefix = /usr/local
-BINDIR = ${prefix}/bin
-# BINDIR = /usr/local/bin
-MANDIR = ${prefix}/man
-
# a BSD compatible 'install' program
INSTALL = install