--- Makefile.orig 2012-11-15 19:35:45.000000000 +0100 +++ Makefile 2012-11-20 18:41:29.004935374 +0100 @@ -26,14 +26,14 @@ LIBDIR = ../../lib TMPDIR = /tmp -### Make sure that necessary options are included: - --include $(VDRDIR)/Make.global - ### Allow user defined options to overwrite defaults: -include $(VDRDIR)/Make.config +### Make sure that necessary options are included: + +-include $(VDRDIR)/Make.global + ### The version number of VDR's plugin API (taken from VDR's "config.h"): APIVERSION = $(shell sed -ne '/define APIVERSION/s/^.*"\(.*\)".*$$/\1/p' $(VDRDIR)/config.h)