From 3392cb794ab502aa0921cb48b091969a07560f38 Mon Sep 17 00:00:00 2001 From: akl Date: Thu, 7 Mar 2013 14:42:29 +0000 Subject: [PATCH] 'SUFFIXES' is not needed after previous fix. Correction of misprint (:: => :). --- idl/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/idl/Makefile.am b/idl/Makefile.am index b2cc80f0c..170e93658 100644 --- a/idl/Makefile.am +++ b/idl/Makefile.am @@ -53,8 +53,7 @@ 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 -SUFFIXES = .idl .hh SK.cc -%SK.cc %.hh :: %.idl +%SK.cc %.hh : %.idl $(OMNIORB_IDL) $(IDLCXXFLAGS) $(OMNIORB_IDLCXXFLAGS) $< install-exec-local: $(BASEIDL_FILES:%=$(top_srcdir)/idl/%) -- 2.39.2