From 5c2f339a524e48d0bf270d397bcea8397f369d07 Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Mon, 8 Jan 2007 18:11:43 +0000 Subject: Disabled parallel build --- cpp/src/Slice/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'cpp/src') diff --git a/cpp/src/Slice/Makefile b/cpp/src/Slice/Makefile index 68bedc67d7c..303cecc6761 100644 --- a/cpp/src/Slice/Makefile +++ b/cpp/src/Slice/Makefile @@ -54,8 +54,10 @@ $(libdir)/$(LIBNAME): $(libdir)/$(SONAME) ln -s $(SONAME) $@ endif -# Needed for make -jn to work. -../Slice/Grammar.y: Grammar.h +# +# The .y rule does not work well with parallel builds; need to investigate +# +.NOTPARALLEL: clean:: rm -f Grammar.cpp Grammar.h -- cgit v1.2.3