Log Message:
-----------
docs/adding_new_os_support.md: fix leftover sed annotation
The Makefile bullet contained the sed expression `s/makefile/Makefile/`
rather than the result of applying it, so the sentence read "Adding the
given target to the `s/makefile/Makefile/`." Replace it with `Makefile`.