Removed "include" from the DVBDIR setting in the VDR Makefile

This commit is contained in:
Klaus Schmidinger
2012-12-29 15:03:06 +01:00
parent 39a95018b0
commit 26e6ba7dd7
3 changed files with 7 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
# See the main source file 'vdr.c' for copyright information and
# how to reach the author.
#
# $Id: Makefile 2.45 2012/12/29 11:58:32 kls Exp $
# $Id: Makefile 2.46 2012/12/29 14:53:37 kls Exp $
.DELETE_ON_ERROR:
@@ -49,7 +49,7 @@ PCDIR ?= $(firstword $(subst :, , ${PKG_CONFIG_PATH}:$(shell pkg-config --vari
-include Make.config
ifdef DVBDIR
CFLAGS += -I$(DVBDIR)/include
CFLAGS += -I$(DVBDIR)
endif
UP3 = $(if $(findstring "$(LIBDIR)-$(LOCDIR)","$(CWD)/PLUGINS/lib-$(CWD)/locale"),../../../,)