Commit 97dacc44 authored by Jisi Liu's avatar Jisi Liu

Fix the order of BUILT_FILES so that pbconfig.h will be built before

anyother targets.

Change-Id: I507009cd92a711739d7d58ccee93dfbf0a9fe135
parent a86baaa2
...@@ -394,7 +394,7 @@ protoc_outputs = \ ...@@ -394,7 +394,7 @@ protoc_outputs = \
google/protobuf/compiler/cpp/cpp_test_bad_identifiers.pb.cc \ google/protobuf/compiler/cpp/cpp_test_bad_identifiers.pb.cc \
google/protobuf/compiler/cpp/cpp_test_bad_identifiers.pb.h google/protobuf/compiler/cpp/cpp_test_bad_identifiers.pb.h
BUILT_SOURCES = $(protoc_outputs) $(public_config) BUILT_SOURCES = $(public_config) $(protoc_outputs)
if USE_EXTERNAL_PROTOC if USE_EXTERNAL_PROTOC
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment