diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2007-11-03 14:48:07 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2007-11-03 14:48:07 +0100 |
commit | 672c8c3d0ef9c8a4c82c457807e9a5b8bd2e5212 (patch) | |
tree | 36cf82b55dee9491b8d8238b0214a03f888e9268 /Makefile | |
parent | db3e2a122d0ccef2596aa586fbf48cb47d10e07e (diff) | |
download | vdr-672c8c3d0ef9c8a4c82c457807e9a5b8bd2e5212.tar.gz vdr-672c8c3d0ef9c8a4c82c457807e9a5b8bd2e5212.tar.bz2 |
Fixed handling CONFDIR
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ # See the main source file 'vdr.c' for copyright information and # how to reach the author. # -# $Id: Makefile 1.108 2007/10/13 09:26:40 kls Exp $ +# $Id: Makefile 1.109 2007/11/03 14:46:29 kls Exp $ .DELETE_ON_ERROR: @@ -27,7 +27,7 @@ PLUGINDIR= ./PLUGINS PLUGINLIBDIR= $(PLUGINDIR)/lib VIDEODIR = /video -CONFDIR ?= $(VIDEODIR) +CONFDIR = $(VIDEODIR) DOXYGEN = /usr/bin/doxygen DOXYFILE = Doxyfile |