From 98fcd6fa6ca11aeedcb714182ccde2fdfd817fa3 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Fri, 1 Aug 2008 21:37:42 +0000 Subject: reduce the amount of recompiling necessary when the version string changes git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4646 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- build_tools/make_version_h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build_tools') diff --git a/build_tools/make_version_h b/build_tools/make_version_h index f65fdd0..7382f3f 100755 --- a/build_tools/make_version_h +++ b/build_tools/make_version_h @@ -1,10 +1,10 @@ #!/bin/sh cat << END /* - * version.h + * version.c * Automatically generated */ -static const char tools_version[] = "DAHDI Tools Version - ${TOOLSVERSION}"; +const char dahdi_tools_version[] = "DAHDI Tools Version - ${TOOLSVERSION}"; END -- cgit v1.2.3