mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
'SUFFIXES' is not needed after previous fix.
Correction of misprint (:: => :).
This commit is contained in:
parent
9be9f89876
commit
3392cb794a
@ -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/%)
|
||||
|
Loading…
Reference in New Issue
Block a user