summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2008-05-03 10:19:31 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2008-05-03 10:19:31 +0200
commit0b1886875a5c14e9e4f21c0ee6010882feda7acb (patch)
treea6d688160a2f16fec1aac853a10f0c0417b36f54 /Makefile
parent80f7e64f22855be6d057272ce095891d7d6c13a4 (diff)
downloadvdr-0b1886875a5c14e9e4f21c0ee6010882feda7acb.tar.gz
vdr-0b1886875a5c14e9e4f21c0ee6010882feda7acb.tar.bz2
Removed the compile time option VFAT
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index ebc415d6..c6efa373 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 2.1 2008/04/19 10:58:56 kls Exp $
+# $Id: Makefile 2.2 2008/05/03 10:13:43 kls Exp $
.DELETE_ON_ERROR:
@@ -70,11 +70,6 @@ DEFINES += -DLOCDIR=\"$(LOCDIR)\"
VDRVERSION = $(shell sed -ne '/define VDRVERSION/s/^.*"\(.*\)".*$$/\1/p' config.h)
APIVERSION = $(shell sed -ne '/define APIVERSION/s/^.*"\(.*\)".*$$/\1/p' config.h)
-ifdef VFAT
-# for people who want their video directory on a VFAT partition
-DEFINES += -DVFAT
-endif
-
all: vdr i18n
# Implicit rules: