Makefile.mak: sed from stdin to stdout
commit8e231398c510c6c8273a05c61ba535e5ac133aa5
authorKyle J. McKay <mackyle@gmail.com>
Sun, 21 Jan 2018 00:02:13 +0000 (20 16:02 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Sun, 21 Jan 2018 00:02:13 +0000 (20 16:02 -0800)
tree2d867ded0773e19cb17115e153af1665f080812c
parent99c9d4d3b80803d5f86d375951771966ff53a63f
Makefile.mak: sed from stdin to stdout

When processing scripts pass them to sed via stdin rather than using
the actual file name.

On some platforms this can prevent unwanted eol mangling while not
being any more expensive on the ones that don't need it.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Makefile.mak