From 44a2a3c9f4b282621b33ddedc49d35dc167b2267 Mon Sep 17 00:00:00 2001 From: vtn Date: Mon, 4 Mar 2013 12:31:16 +0000 Subject: [PATCH] problem on parallel make of idl files --- idl/Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/idl/Makefile.am b/idl/Makefile.am index 22ae8e15c..b2cc80f0c 100644 --- a/idl/Makefile.am +++ b/idl/Makefile.am @@ -53,11 +53,8 @@ OMNIORB_IDLPYFLAGS = @OMNIORB_IDLPYFLAGS@ -I$(top_builddir)/idl/salome -I$(KERN IDLCXXFLAGS = -bcxx @IDLCXXFLAGS@ -I$(top_builddir)/idl/salome -I$(KERNEL_ROOT_DIR)/idl/salome IDLPYFLAGS = @IDLPYFLAGS@ -I$(KERNEL_ROOT_DIR)/idl/salome -# potential problem on parallel make on the following - multiple outputs SUFFIXES = .idl .hh SK.cc -.idlSK.cc: - $(OMNIORB_IDL) $(IDLCXXFLAGS) $(OMNIORB_IDLCXXFLAGS) $< -.idl.hh: +%SK.cc %.hh :: %.idl $(OMNIORB_IDL) $(IDLCXXFLAGS) $(OMNIORB_IDLCXXFLAGS) $< install-exec-local: $(BASEIDL_FILES:%=$(top_srcdir)/idl/%) -- 2.39.2