]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
po: Simplify.
authorBruno Haible <bruno@clisp.org>
Sun, 12 Oct 2025 11:42:46 +0000 (13:42 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 12 Oct 2025 11:42:46 +0000 (13:42 +0200)
* gettext-runtime/po/Makefile.in.in (.NOEXPORT): Remove workaround for versions
of GNU make from before 1993.

gettext-runtime/po/Makefile.in.in

index f7b2ceab0fcfdd7e47d492fabd971c7c0ff4b06e..67431d04912d215cf96d63650ab9d98c2cf0b9ce 100644 (file)
@@ -569,10 +569,6 @@ Makefile: Makefile.in.in Makevars $(top_builddir)/config.status
 
 force:
 
-# Tell versions [3.59,3.63) of GNU make not to export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
-
 # This Makefile contains rules which don't work with parallel make,
 # namely dist2.
 # See <https://lists.gnu.org/archive/html/bug-gettext/2022-06/msg00022.html>.