summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>2013-01-06 14:48:16 +0100
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>2013-01-06 14:48:16 +0100
commita191045b94b9c76e249b92aa8fe6d385e64bff54 (patch)
tree792d1c2a4d94db1c6f82d561ef36e18362a13577
parent825063184af3465d48c5d618e861c538b8a6303d (diff)
downloadvdr-plugin-inputdev-a191045b94b9c76e249b92aa8fe6d385e64bff54.tar.gz
vdr-plugin-inputdev-a191045b94b9c76e249b92aa8fe6d385e64bff54.tar.bz2
makefile: do not *require* Make.global
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5b014a9..77f72ae 100644
--- a/Makefile
+++ b/Makefile
@@ -64,7 +64,7 @@ SOCKET_PATH = /var/run/vdr/inputdev
### Allow user defined options to overwrite defaults:
-include $(VDRDIR)/Make.global
+-include $(VDRDIR)/Make.global
-include $(VDRDIR)/Make.config
### The version number of VDR's plugin API (taken from VDR's "config.h"):