build: avoid a warning about duplicate symbol when building from tarball

Reported-by: Hans-Bernhard Bröker <HBBroeker@t-online.de>

Bug existed since commit 3ea2694d from last week.
master
Benno Schulenberg 2021-02-02 11:29:36 +01:00
parent 0d11964503
commit 45defd25f3
1 changed files with 1 additions and 1 deletions

View File

@ -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