aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJisi Liu <jisi.liu@gmail.com>2015-02-25 22:23:55 -0800
committerJisi Liu <jisi.liu@gmail.com>2015-02-25 22:23:55 -0800
commit97dacc44af58b1d8f4a25d0fa10d3a1e1b2864d2 (patch)
tree61c30345a4910ba264a216e0e72795e835f52059
parenta86baaa25620e0de6e625e8997dc8f244fe0e06f (diff)
downloadprotobuf-97dacc44af58b1d8f4a25d0fa10d3a1e1b2864d2.tar.gz
protobuf-97dacc44af58b1d8f4a25d0fa10d3a1e1b2864d2.tar.bz2
protobuf-97dacc44af58b1d8f4a25d0fa10d3a1e1b2864d2.zip
Fix the order of BUILT_FILES so that pbconfig.h will be built before
anyother targets. Change-Id: I507009cd92a711739d7d58ccee93dfbf0a9fe135
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index b27c6a17..14756ff8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -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.h
-BUILT_SOURCES = $(protoc_outputs) $(public_config)
+BUILT_SOURCES = $(public_config) $(protoc_outputs)
if USE_EXTERNAL_PROTOC