summaryrefslogtreecommitdiff
path: root/build_tools
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-08-01 21:37:42 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-08-01 21:37:42 +0000
commit98fcd6fa6ca11aeedcb714182ccde2fdfd817fa3 (patch)
treeabd9d668a55e59478a84dad92f7a24ab080aefe2 /build_tools
parent6e0d374904a1327a474b548e2f0ba2d1f7515c8a (diff)
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
Diffstat (limited to 'build_tools')
-rwxr-xr-xbuild_tools/make_version_h4
1 files changed, 2 insertions, 2 deletions
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