Freebsd's sed doesn't support \< in regexps, and GNU sed doesn't
authorDan Gohman <gohman@apple.com>
Tue, 1 Jun 2010 17:08:56 +0000 (17:08 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 1 Jun 2010 17:08:56 +0000 (17:08 +0000)
commitf4ef72e51950cb32153c3435af1e24c876db9715
tree53ffe00efdbdc9e5cd30c495561ba9674a76d18f
parent7f5b0d809986469a8618c6e941a10a595fddc124
Freebsd's sed doesn't support \< in regexps, and GNU sed doesn't
support [[:<:]]. Use beginning-of-line and end-of-line anchors
instead.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105277 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.rules