]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Create directory before create files in it
authorribes <ribes>
Wed, 29 Apr 2009 13:31:36 +0000 (13:31 +0000)
committerribes <ribes>
Wed, 29 Apr 2009 13:31:36 +0000 (13:31 +0000)
idl/Makefile.am

index dff7f1a788019b9b77e7fdc4ce1e490708a60d69..71a0c4c12fced993a50a64ebaff41001b795d340 100644 (file)
@@ -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