From 173a37ed403479efcfef347bed7e9f1edcc435be Mon Sep 17 00:00:00 2001 From: scop Date: Sat, 22 Apr 2006 11:24:28 +0000 Subject: Constness tuning. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8234dc3..3bef7ec 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile,v 1.1.2.23 2006/04/19 21:57:35 scop Exp $ +# $Id: Makefile,v 1.1.2.24 2006/04/22 11:24:28 scop Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -11,7 +11,7 @@ PLUGIN = dxr3 ### The version number of this plugin (taken from the main source file): -VERSION = $(shell grep 'static const char \*VERSION *=' $(PLUGIN).c | awk '{ print $$6 }' | sed -e 's/[";]//g') +VERSION = $(shell grep 'static const char VERSION\[\] *=' $(PLUGIN).c | awk '{ print $$6 }' | sed -e 's/[";]//g') ### The C++ compiler and options: -- cgit v1.2.3