summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2011-12-11 19:43:37 +0100
committerJohns <johns98@gmx.net>2011-12-11 19:43:37 +0100
commit12da237cc39c445d85606ee67419c0798a896891 (patch)
tree6b31dc2b17862cac5e4b608ffbaabab228f7206c /Makefile
parent24132171f6e7e60637b37a75c75b8e24929b5748 (diff)
downloadvdr-plugin-softhddevice-12da237cc39c445d85606ee67419c0798a896891.tar.gz
vdr-plugin-softhddevice-12da237cc39c445d85606ee67419c0798a896891.tar.bz2
Fix: indent broke VERSION extraction.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 63e2f03..83c1aa3 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ PLUGIN = softhddevice
### The version number of this plugin (taken from the main source file):
-VERSION = $(shell grep 'static const char \* const VERSION *=' $(PLUGIN).cpp | awk '{ print $$8 }' | sed -e 's/[";]//g')
+VERSION = $(shell grep 'static const char \*const VERSION *=' $(PLUGIN).cpp | awk '{ print $$7 }' | sed -e 's/[";]//g')
### The C++ compiler and options: