]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
CCAR: dummy rule for parallel make
authorcaremoli <caremoli>
Mon, 28 Jan 2008 10:21:26 +0000 (10:21 +0000)
committercaremoli <caremoli>
Mon, 28 Jan 2008 10:21:26 +0000 (10:21 +0000)
idl/Makefile.am

index 07d7428ba244f928d774dc0d4d523e3c25d53803..b046999d75a628341e9bfbe07385abaf9b0b08a4 100644 (file)
@@ -225,8 +225,11 @@ IDLPYFLAGS  = @IDLPYFLAGS@
 SUFFIXES = .idl .hh SK.cc
 .idlSK.cc:
        $(OMNIORB_IDL) $(IDLCXXFLAGS) $(OMNIORB_IDLCXXFLAGS) $<
-.idl.hh:
-       $(OMNIORB_IDL) $(IDLCXXFLAGS) $(OMNIORB_IDLCXXFLAGS) $<
+SK.cc.hh:
+
+#Dummy rule to replace the following one (for parallel make)
+#.idl.hh:
+#      $(OMNIORB_IDL) $(IDLCXXFLAGS) $(OMNIORB_IDLCXXFLAGS) $<
 
 %PaCO.h %PaCO.cc : %.idl %.xml
        @PACO_IDL@ -I $(srcdir):@PACOPATH@/idl $^ omniORB4 0