From 1069ca8dfd5d9746bdbf5e4022f7ac3441ddfdb2 Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 16 Jan 2008 11:49:48 +0000 Subject: [PATCH] Avoid problem with parallel compilation (without workaround) --- idl/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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) -- 2.39.2