summaryrefslogtreecommitdiff
path: root/tutorial/cpp
diff options
context:
space:
mode:
authorRoger Meier <roger@apache.org>2013-01-15 23:20:19 +0100
committerRoger Meier <roger@apache.org>2013-01-15 23:20:19 +0100
commitc095919087adc9508300ec6e9cdcd58cf147a207 (patch)
tree9a7d224c815965c253f5e561943cc603b1eaa437 /tutorial/cpp
parente3da768367d0a3e013a00a5a365e58aed3bffa32 (diff)
downloadthrift-c095919087adc9508300ec6e9cdcd58cf147a207.tar.gz
THRIFT-1829 cpp unit tests fail to build using multiple make jobs
Patch: David Rennalls and Roger Meier
Diffstat (limited to 'tutorial/cpp')
-rwxr-xr-xtutorial/cpp/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tutorial/cpp/Makefile.am b/tutorial/cpp/Makefile.am
index 0157b8dc6..b82984592 100755
--- a/tutorial/cpp/Makefile.am
+++ b/tutorial/cpp/Makefile.am
@@ -16,6 +16,7 @@
# specific language governing permissions and limitations
# under the License.
#
+.NOTPARALLEL:
noinst_LTLIBRARIES = libtutorialgencpp.la
nodist_libtutorialgencpp_la_SOURCES = \
gen-cpp/Calculator.cpp \