OCAMLFLAGS can contain =, don't use = with sed
authorHal Finkel <hfinkel@anl.gov>
Thu, 13 Nov 2014 09:29:30 +0000 (09:29 +0000)
committerHal Finkel <hfinkel@anl.gov>
Thu, 13 Nov 2014 09:29:30 +0000 (09:29 +0000)
commit6fef94e4d474fb346aa869518685d5dd871d5c9e
tree998cb474a01b713a4db18dac42131bd66880f3d2
parent847729d19ab67ab24d9dc39d055093d965898229
OCAMLFLAGS can contain =, don't use = with sed

Like HOST_LDFLAGS, etc. OCAMLFLAGS can contain =, so use ! as the substitution
separator instead of = (otherwise, sed might error).

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