diff options
author | Frank Neumann <fnu@yavdr.org> | 2017-06-06 14:01:35 +0200 |
---|---|---|
committer | Frank Neumann <fnu@yavdr.org> | 2017-06-06 14:09:03 +0200 |
commit | 5257020bbe838c992fc54e50c0c55801bae7f050 (patch) | |
tree | a76b16f1f0f80931b991d4873f3a46b0f76d2082 /Makefile | |
parent | e5253cfbb276c84a2acf93846688e7e66ce68309 (diff) | |
download | vdr-plugin-text2skin-5257020bbe838c992fc54e50c0c55801bae7f050.tar.gz vdr-plugin-text2skin-5257020bbe838c992fc54e50c0c55801bae7f050.tar.bz2 |
drop Q macro, if needed "Q=@" should preferably given within package build.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -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' \ |