nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 45defd25f30698ffc7117aaea9684296baecc94e
parent 0d119645033a889a9d64c6d331857f1521b5f5d1
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Tue,  2 Feb 2021 11:29:36 +0100

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.

Diffstat:
Msrc/Makefile.am | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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