From 8384351c9a6568ab8cd3614b6f9a46f1c43c1e9d Mon Sep 17 00:00:00 2001 From: Roger Meier Date: Sun, 30 Mar 2014 19:36:25 +0200 Subject: [PATCH] THRIFT-2432 Flaky parallel build Patch: Benoit Sigoure --- compiler/cpp/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/cpp/Makefile.am b/compiler/cpp/Makefile.am index 95b78eec..5fee8569 100644 --- a/compiler/cpp/Makefile.am +++ b/compiler/cpp/Makefile.am @@ -27,7 +27,7 @@ am__yacc_c2h = sed -e s/cc$$/h/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \ AM_YFLAGS = -d LIBS = -BUILT_SOURCES = +BUILT_SOURCES = thrifty.cc bin_PROGRAMS = thrift -- 2.17.1