summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/css/Makefile b/css/Makefile
index 4a5528f..4373ffb 100644
--- a/css/Makefile
+++ b/css/Makefile
@@ -3,7 +3,6 @@ PLUGIN = live
### Additional options to silence TNTNET warnings
TNTFLAGS ?= -Wno-overloaded-virtual -Wno-unused-function
-TNTVERSION ?= $(shell tntnet-config --version | sed -e's/\.//g' | sed -e's/pre.*//g' | awk '/^..$$/ { print $$1."000"} /^...$$/ { print $$1."00"} /^....$$/ { print $$1."0" } /^.....$$/ { print $$1 }')
### Includes and Defines (add further entries here):
INCLUDES += -I$(VDRDIR)/include -I..