aboutsummaryrefslogtreecommitdiff
path: root/protoc-artifacts
diff options
context:
space:
mode:
authorJisi Liu <jisi.liu@gmail.com>2016-05-10 15:46:41 -0700
committerJisi Liu <jisi.liu@gmail.com>2016-05-10 15:48:54 -0700
commit25dd69002ff1cbe766779750f6978ebb43556815 (patch)
treee55cdddd34116717fc68c69ee5193bb94f6afa27 /protoc-artifacts
parenta1938b2aa9ca86ce7ce50c27ff9737c1008d2a03 (diff)
downloadprotobuf-25dd69002ff1cbe766779750f6978ebb43556815.tar.gz
protobuf-25dd69002ff1cbe766779750f6978ebb43556815.tar.bz2
protobuf-25dd69002ff1cbe766779750f6978ebb43556815.zip
Fix protoc build artifact script.
pbconfig.h has gone. This commit removes the target.
Diffstat (limited to 'protoc-artifacts')
-rwxr-xr-xprotoc-artifacts/build-protoc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/protoc-artifacts/build-protoc.sh b/protoc-artifacts/build-protoc.sh
index 2f67c508..88e6ae50 100755
--- a/protoc-artifacts/build-protoc.sh
+++ b/protoc-artifacts/build-protoc.sh
@@ -212,7 +212,7 @@ export CXXFLAGS LDFLAGS
TARGET_FILE=target/protoc.exe
cd "$WORKING_DIR"/.. && ./configure $CONFIGURE_ARGS &&
- cd src && make clean && make google/protobuf/stubs/pbconfig.h $MAKE_TARGET &&
+ cd src && make clean && make $MAKE_TARGET &&
cd "$WORKING_DIR" && mkdir -p target &&
(cp ../src/protoc $TARGET_FILE || cp ../src/protoc.exe $TARGET_FILE) ||
exit 1