$OpenBSD: patch-src_Makefile_in,v 1.27 2021/05/01 20:53:36 naddy Exp $
Index: src/Makefile.in
--- src/Makefile.in.orig
+++ src/Makefile.in
@@ -1640,7 +1640,7 @@ nano_SOURCES = \
 		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
@@ -2014,7 +2014,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)" > $@
