From ce61152b4d32f418318e148b3c405b1e1a99493f Mon Sep 17 00:00:00 2001 From: ribes Date: Wed, 29 Apr 2009 13:31:36 +0000 Subject: [PATCH] Create directory before create files in it --- idl/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2