aboutsummaryrefslogtreecommitdiff
path: root/cutl/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-08-19 07:52:23 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-08-19 07:52:23 +0200
commit4aa84e41c065c51a996f40143cbcce7c281150f3 (patch)
tree5d70b43ff1967d7036dbfdfb56bfe1157bd81c05 /cutl/makefile
parent4c8104756b92b9fa16b3a725e8a6aa620dfd606e (diff)
Rename version to version.txt not to clash with <version> header
Diffstat (limited to 'cutl/makefile')
-rw-r--r--cutl/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cutl/makefile b/cutl/makefile
index 436a2e8..0c2a1a0 100644
--- a/cutl/makefile
+++ b/cutl/makefile
@@ -119,7 +119,7 @@ details/boost/README $(expat_dist) $(genx_dist)
$(dist): export extra_dist := $(data_dist) libcutl-vc9.vcproj \
libcutl-vc10.vcxproj libcutl-vc10.vcxproj.filters
$(dist): export interface_version = $(shell sed -e \
-'s/^\([0-9]*\.[0-9]*\).*/\1/' $(src_root)/version)
+'s/^\([0-9]*\.[0-9]*\).*/\1/' $(src_root)/version.txt)
$(dist):
$(call dist-data,$(sources) $(boost_sources) $(expat_sources) $(genx_sources))