$OpenBSD: patch-src_Makefile_in,v 1.21 2019/08/27 19:57:19 naddy Exp $
Index: src/Makefile.in
--- src/Makefile.in.orig
+++ src/Makefile.in
@@ -1494,7 +1494,7 @@ nano_SOURCES = browser.c \
 		utils.c \
 		winio.c
 
-nano_LDADD = @LIBINTL@ $(top_builddir)/lib/libgnu.a \
+nano_LDADD = @LTLIBINTL@ $(top_builddir)/lib/libgnu.a \
 		$(LIB_CLOCK_GETTIME) $(LIBTHREAD)
 
 all: all-am
@@ -1868,7 +1868,7 @@ winio.o: revision.h
 
 # Always run the commands in this rule.  But update the target
 # only when the revision actually changed.
-revision.h: FORCE
+revision.h:
 	@[ -f $@ ] || touch $@
 	@echo "#define $(SOMETHING)" | cmp -s $@ - || \
 			echo "#define $(SOMETHING)" > $@
