From: ribes Date: Wed, 29 Apr 2009 13:31:36 +0000 (+0000) Subject: Create directory before create files in it X-Git-Tag: new_launcher_alpha_091119~18 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ce61152b4d32f418318e148b3c405b1e1a99493f;p=modules%2Fkernel.git Create directory before create files in it --- diff --git a/idl/Makefile.am b/idl/Makefile.am index dff7f1a78..71a0c4c12 100644 --- a/idl/Makefile.am +++ b/idl/Makefile.am @@ -272,6 +272,7 @@ if WITH_PACO_PARALLEL $(OMNIORB_IDL) $(IDLCXXFLAGS) $(OMNIORB_IDLCXXFLAGS) -Wbh=.hxx -Wbs=.cxx $< $(DESTDIR)$(salomepythondir)/%_idl.py : %.idl + $(MKDIR_P) $(DESTDIR)$(salomepythondir) $(OMNIORB_IDL) $(IDLPYFLAGS) -I$(top_srcdir)/idl -I@PACOPATH@/idl -C$(DESTDIR)$(salomepythondir) $< endif