Browse Source

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

Change-Id: I507009cd92a711739d7d58ccee93dfbf0a9fe135

Jisi Liu 10 years ago
parent
commit
97dacc44af
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Makefile.am

+ 1 - 1
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