From: vsr Date: Wed, 16 Jan 2008 11:49:48 +0000 (+0000) Subject: Avoid problem with parallel compilation (without workaround) X-Git-Tag: for_M2008_07022008~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1069ca8dfd5d9746bdbf5e4022f7ac3441ddfdb2;p=modules%2Fkernel.git Avoid problem with parallel compilation (without workaround) --- diff --git a/idl/Makefile.am b/idl/Makefile.am index c55c4715b..b6a3f3d0b 100644 --- a/idl/Makefile.am +++ b/idl/Makefile.am @@ -26,9 +26,6 @@ include $(top_srcdir)/salome_adm/unix/make_common_starter.am -# To avoid problems with parallel compilation. -MAKEFLAGS = -j1 - AM_CXXFLAGS = -fPIC BASEIDL_FILES = \ @@ -120,6 +117,8 @@ endif IDL_SOURCES += $(DYNIDL_SOURCES) +$(DYNIDL_SOURCES) : $(IDL_SOURCES) + # also install all generated headers to use result library from another modules salomeinclude_DATA= $(STATIDL_SOURCES:%SK.cc=%.hh)