Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Work around sed and make interactions on the backslash at the end of …
…line. Traditionally 'i' and 'a' commands to sed have been unfriendly with make, primarily because different make implementations did unexpected things to backslashes at the end of lines. So work it around by not using 'i' command. Signed-off-by: Junio C Hamano <junkio@cox.net>
- Loading branch information