summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-08-01 21:39:03 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-08-01 21:39:03 +0000
commit0e34cd7429bc482884a6abbd4883c144ef3165f7 (patch)
treee47ec05f8d3c03a8b6bbd82a92592ccd807714d4 /Makefile
parent98fcd6fa6ca11aeedcb714182ccde2fdfd817fa3 (diff)
use proper name now that the generated filename has changed
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4647 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c6b06c6..e405326 100644
--- a/Makefile
+++ b/Makefile
@@ -131,7 +131,7 @@ programs: libs utils
utils: $(BINS) utils-subdirs
version.c: FORCE
- @TOOLSVERSION="${TOOLSVERSION}" build_tools/make_version_h > $@.tmp
+ @TOOLSVERSION="${TOOLSVERSION}" build_tools/make_version_c > $@.tmp
@if cmp -s $@.tmp $@ ; then :; else \
mv $@.tmp $@ ; \
fi