'SUFFIXES' is not needed after previous fix.

Correction of misprint (:: => :).
This commit is contained in:
akl 2013-03-07 14:42:29 +00:00
parent 9be9f89876
commit 3392cb794a

View 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/%)