summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index 222218c..d27c1c1 100644
--- a/Makefile
+++ b/Makefile
@@ -45,15 +45,6 @@ TMPDIR = /tmp
-include $(VDRDIR)/Make.config
-# Output control
-
-ifdef VERBOSE
-Q =
-else
-Q = @
-endif
-export Q
-
### The version number of VDR's plugin API (taken from VDR's "config.h"):
APIVERSION = $(shell sed -ne '/define APIVERSION/s/^.*"\(.*\)".*$$/\1/p' \