Merge pull request #188 from prometheus/fix/tests/platform-compatibility

Fix positional flags for ``cp`` on Darwin.
This commit is contained in:
Matt T. Proud 2013-04-25 03:21:46 -07:00
commit 3c8873ce1f
1 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,6 @@ static/generated:
mkdir -vp static/generated
static/generated/protocol_buffer.descriptor: static/generated ../model/generated/descriptor.blob
cp ../model/generated/descriptor.blob -f $@
cp -f ../model/generated/descriptor.blob $@
.PHONY: blob clean