From 4aa84e41c065c51a996f40143cbcce7c281150f3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 19 Aug 2022 07:52:23 +0200 Subject: Rename version to version.txt not to clash with header --- cutl/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cutl/makefile') 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)) -- cgit v1.1