summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitar Petrovski <dimeptr@gmail.com>2012-12-28 12:31:04 +0100
committerDimitar Petrovski <dimeptr@gmail.com>2012-12-28 12:31:04 +0100
commitf3ecec54c88df783b099446b46ded1eb2ceccc4a (patch)
tree85439fde020ccc511ba2d33e948ddec2dce8f2cf
parentcf4bbfad099efdc3775e6ca68ac22061a452bbc2 (diff)
downloadvdr-plugin-eepg-f3ecec54c88df783b099446b46ded1eb2ceccc4a.tar.gz
vdr-plugin-eepg-f3ecec54c88df783b099446b46ded1eb2ceccc4a.tar.bz2
removed Make.global it is removed in vdr 1.7.34 and not used in eepg
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 2adfd09..7d82ad1 100644
--- a/Makefile
+++ b/Makefile
@@ -39,10 +39,6 @@ VDRDIR ?= ../../..
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