diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2015-11-22 09:38:38 +0100 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2015-11-22 09:41:49 +0100 |
commit | 4976ab2bd333e28a1d4cfe924d4d8ebb49489366 (patch) | |
tree | 14a144fbf5e7190a10cf3a2b8d043fe46a72b18e /libffi/Makefile | |
parent | a703fbce20969e6f02e74fee76c0a9e22b513426 (diff) | |
download | haskell-4976ab2bd333e28a1d4cfe924d4d8ebb49489366.tar.gz |
Follow-up fix to 3e2a4eefbed7002437c3f (re #11109)
Using `:` as sed-`s`-expr separator is not a good idea on windows, as
this can result in an expression like
's:@INSTALL@:$(subst ../install-sh,E:/msys64/home/foo/ghc/install-sh,@INSTALL@):g'
(note the `E:/` drive component)
Using `|` instead of `:` has less risk of collision with the substitution expression
Diffstat (limited to 'libffi/Makefile')
0 files changed, 0 insertions, 0 deletions