From ac96f1209d5ca2c20d27bf5ade3949118227d507 Mon Sep 17 00:00:00 2001 From: tball Date: Tue, 17 Apr 2018 16:30:33 -0700 Subject: [PATCH] Fixed race condition in public distribution build. Change on 2018/04/17 by tball ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=193276806 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3ab4929def..d118ef98b5 100644 --- a/Makefile +++ b/Makefile @@ -113,12 +113,12 @@ test_protobuf: junit_dist protobuf_compiler_dist protobuf_runtime_dist test_all: test test_protobuf -examples_dist: copy_examples fix_dist_references +examples_dist: install_examples copy_examples: @cp -r examples $(DIST_DIR) -fix_dist_references: +install_examples: copy_examples @sed -i '' 's/\/dist//' $(DIST_DIR)/examples/Hello/Hello.xcconfig @sed -i '' 's/\/dist//' $(DIST_DIR)/examples/protobuf/Makefile @sed -i '' 's/\/..\/../' \