From 672c8c3d0ef9c8a4c82c457807e9a5b8bd2e5212 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 3 Nov 2007 14:48:07 +0100 Subject: Fixed handling CONFDIR --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index aea69957..26b6c012 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3