summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2010-02-06 15:02:35 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2010-02-06 15:02:35 +0100
commit91115a64e4cb8860aee4938b7359ad4dc35babe6 (patch)
treedc1f9156e1bfa1cc26318e5f24ab6f10771b0fce /Makefile
parentf7831543b31ba77702ef0ea19e6ebd3f5baa2724 (diff)
downloadvdr-91115a64e4cb8860aee4938b7359ad4dc35babe6.tar.gz
vdr-91115a64e4cb8860aee4938b7359ad4dc35babe6.tar.bz2
Moved strictly necessary Makefile options into Make.global
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 01408cb1..a59945cf 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.6 2010/01/17 12:32:18 kls Exp $
+# $Id: Makefile 2.7 2010/02/06 14:50:03 kls Exp $
.DELETE_ON_ERROR:
@@ -32,6 +32,7 @@ CONFDIR = $(VIDEODIR)
DOXYGEN = /usr/bin/doxygen
DOXYFILE = Doxyfile
+include Make.global
-include Make.config
SILIB = $(LSIDIR)/libsi.a
@@ -60,8 +61,6 @@ DEFINES += -DLIRC_DEVICE=\"$(LIRC_DEVICE)\" -DRCU_DEVICE=\"$(RCU_DEVICE)\"
DEFINES += -D_GNU_SOURCE
-DEFINES += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-
DEFINES += -DVIDEODIR=\"$(VIDEODIR)\"
DEFINES += -DCONFDIR=\"$(CONFDIR)\"
DEFINES += -DPLUGINDIR=\"$(PLUGINLIBDIR)\"