#lazyweb Weird thing. When using `sed` in a makefile context, its seems to behave slightly different than expected, as explained in [1]. More precise: To capture the end of a line, you normally use $ as the last character in the search expression, but in a makefile context it somehow needs $$. The linked post explains *THAT* it works this way but not *WHY*. This upsets me ;) Can anyone explain what is going on here?