From 09790ce62881937beb1d61e8586628b26aad634a Mon Sep 17 00:00:00 2001 From: caremoli Date: Mon, 28 Jan 2008 10:21:26 +0000 Subject: [PATCH] CCAR: dummy rule for parallel make --- idl/Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/idl/Makefile.am b/idl/Makefile.am index 07d7428ba..b046999d7 100644 --- a/idl/Makefile.am +++ b/idl/Makefile.am @@ -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 -- 2.39.2