]> git.ipfire.org Git - thirdparty/automake.git/commit
PATH: quote $(PATH_SEPARATOR) as well
authorKO Myung-Hun <komh78@gmail.com>
Fri, 7 Nov 2014 14:41:28 +0000 (23:41 +0900)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 19 Dec 2014 20:08:13 +0000 (21:08 +0100)
commit5401c31d27b6bdafe0246cf780830717af44188e
tree12e80faaa54c1f3b9b01fac6fa84a2e41000ad92
parente7c14d967b5bfa587c4a9fc847126b39198b7463
PATH: quote $(PATH_SEPARATOR) as well

On OS/2, $(PATH_SEPARATOR) is ';'. Without quote, it is recognized as
a mark of end of sentence.

* Makefile.am: quote $(PATH_SEPARATOR) as well.
* t/Makefile.inc: Likewise.

Copyright-paperwork-exempt: yes
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Makefile.am
t/Makefile.inc