commit | c095919087adc9508300ec6e9cdcd58cf147a207 | [log] [tgz] |
---|---|---|
author | Roger Meier <roger@apache.org> | 周二 1月 15 23:20:19 2013 +0100 |
committer | Roger Meier <roger@apache.org> | 周二 1月 15 23:20:19 2013 +0100 |
tree | 9a7d224c815965c253f5e561943cc603b1eaa437 | |
parent | e3da768367d0a3e013a00a5a365e58aed3bffa32 [diff] |
THRIFT-1829 cpp unit tests fail to build using multiple make jobs Patch: David Rennalls and Roger Meier
diff --git a/lib/c_glib/test/Makefile.am b/lib/c_glib/test/Makefile.am old mode 100644 new mode 100755 index 7f2f3e3..7fed8e8 --- a/lib/c_glib/test/Makefile.am +++ b/lib/c_glib/test/Makefile.am
@@ -16,7 +16,7 @@ # specific language governing permissions and limitations # under the License. # - +.NOTPARALLEL: SUBDIRS = AM_CPPFLAGS = -g -Wall -I../src $(GLIB_CFLAGS)