]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
'SUFFIXES' is not needed after previous fix.
authorakl <akl@opencascade.com>
Thu, 7 Mar 2013 14:42:29 +0000 (14:42 +0000)
committerakl <akl@opencascade.com>
Thu, 7 Mar 2013 14:42:29 +0000 (14:42 +0000)
Correction of misprint (:: => :).

idl/Makefile.am

index b2cc80f0cca485105359995bec80abffa42e1c40..170e936587b7f1f8ea36ea43dd1acb2075544c8b 100644 (file)
@@ -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/%)