bin_PROGRAMS = hello
hello_SOURCES = src/hello.c src/system.h
-hello_LDADD = $(top_builddir)/lib/lib$(PACKAGE).a \
+hello_LDADD = lib/lib$(PACKAGE).a \
$(HARD_LOCALE_LIB) \
$(LIBC32CONV) \
$(LIBICONV) \
Update gnulib for compatibility with glibc-2.43.
+GNU hello no longer fails to build with BSD implementations of the
+'make' command. Previously they would be unable to find a target
+required listed as a dependency of the 'hello' program.
+
* Noteworthy changes in release 2.12.2 (2025-05-19) [stable]
Update gnulib, and support latest versions of automake and autoconf.