summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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