]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Avoid problem with parallel compilation (without workaround)
authorvsr <vsr@opencascade.com>
Wed, 16 Jan 2008 11:49:48 +0000 (11:49 +0000)
committervsr <vsr@opencascade.com>
Wed, 16 Jan 2008 11:49:48 +0000 (11:49 +0000)
idl/Makefile.am

index c55c4715b4fb47256eaa59e3e50ac1adaa6c6e84..b6a3f3d0b93ca03940a985971dbeb8aafd6c5768 100644 (file)
@@ -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)