nano

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

commit a33a4f00e535906fce802d3f829f69ac33768a93
parent 509b091c470ac259454276bce295a98d755214a8
Author: Benno Schulenberg <bensberg@justemail.net>
Date:   Mon,  8 May 2017 11:25:43 +0200

build: don't use a dummy dependency, as it breaks non-GNU makes

This fixes https://savannah.gnu.org/bugs/?50956.
Reported-by: John Wiersba <jrw32982@yahoo.com>

Diffstat:
Msrc/Makefile.am | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am @@ -12,13 +12,11 @@ endif nano.o: revision.h winio.o: revision.h -revision.h: update_revision +revision.h: @[ -f $@ ] || touch $@ @echo "#define $(SOMETHING)" | cmp -s $@ - || \ echo "#define $(SOMETHING)" > $@ -.PHONY: update_revision - bin_PROGRAMS = nano nano_SOURCES = browser.c \ chars.c \