diff options
author | Dimitar Petrovski <dimeptr@gmail.com> | 2012-12-28 12:31:04 +0100 |
---|---|---|
committer | Dimitar Petrovski <dimeptr@gmail.com> | 2012-12-28 12:31:04 +0100 |
commit | f3ecec54c88df783b099446b46ded1eb2ceccc4a (patch) | |
tree | 85439fde020ccc511ba2d33e948ddec2dce8f2cf | |
parent | cf4bbfad099efdc3775e6ca68ac22061a452bbc2 (diff) | |
download | vdr-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-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |