summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-12-21 11:56:29 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-12-21 11:56:29 +0100
commit4e87443a2dcf807f3a1931613a519a7c240bc717 (patch)
treeae05c01ba857bf6ff7d9d7d9dad0c3ae22d4e287 /Makefile
parentfb2c77defc822152bcf60d317d333d9b274013f6 (diff)
downloadvdr-4e87443a2dcf807f3a1931613a519a7c240bc717.tar.gz
vdr-4e87443a2dcf807f3a1931613a519a7c240bc717.tar.bz2
Fixed CDEFINES
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 22b0b376..3b8a7d76 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.33 2012/12/20 13:43:41 kls Exp $
+# $Id: Makefile 2.34 2012/12/21 11:56:29 kls Exp $
.DELETE_ON_ERROR:
@@ -16,7 +16,7 @@ CXX ?= g++
CXXFLAGS ?= $(CFLAGS) -Werror=overloaded-virtual -Wno-parentheses
CDEFINES = -D_GNU_SOURCE
-CDEFINES = -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
+CDEFINES += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
CWD := $(shell pwd)
LSIDIR = ./libsi