]> git.ipfire.org Git - thirdparty/gettext.git/commit
build: Use $(PATH_SEPARATOR) as a path separator
authorKO Myung-Hun <komh78@gmail.com>
Wed, 18 Oct 2023 14:32:44 +0000 (23:32 +0900)
committerBruno Haible <bruno@clisp.org>
Fri, 20 Oct 2023 12:26:13 +0000 (14:26 +0200)
commit33d11e667a616ce09e074700129fb4fcee9bbc47
treeac972ac99c45fe80255e108e54e3a2532799dfed
parentc9af3e4eeccc178a0833754e3d8c7083591e75ba
build: Use $(PATH_SEPARATOR) as a path separator

':' is not a path separator on Windows and OS/2.

PATH_SEPARATOR is defined and AC_SUBSTed by Autoconf.

* gettext-tools/examples/po/Makefile.am (USE_BUILT_PROGS): Use
$(PATH_SEPARATOR) instead of ':'.

Copyright-paperwork-exempt: Yes
gettext-tools/examples/po/Makefile.am