From 45defd25f30698ffc7117aaea9684296baecc94e Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Tue, 2 Feb 2021 11:29:36 +0100 Subject: [PATCH] build: avoid a warning about duplicate symbol when building from tarball MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reported-by: Hans-Bernhard Bröker Bug existed since commit 3ea2694d from last week. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index c6098cba..a52a6a5f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -6,7 +6,7 @@ CLEANFILES = revision.h if BUILDING_FROM_GIT SOMETHING = "REVISION \"`git describe --tags 2>/dev/null`\"" else -SOMETHING = "NOTHING \"from tarball\"" +SOMETHING = "PLAINBUILD \"from tarball\"" endif nano.o: revision.h