summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-04-20 14:49:58 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-04-20 14:59:26 +0200
commit423cfc2061babc90a61bbd97f38da13ba538396d (patch)
treeb6c04f05691eb6875398d66adf5d0315d5e70f31 /odk
parent9561c2f6793bede6e5092c36a4f1c8dbb782c4f4 (diff)
Create output dir
Change-Id: Iba9f6923e2e7cfefe980a97d7c1cd35e01f437fa
Diffstat (limited to 'odk')
-rw-r--r--odk/examples/python/toolpanel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/odk/examples/python/toolpanel/Makefile b/odk/examples/python/toolpanel/Makefile
index f39522891342..a2e77f057c4f 100644
--- a/odk/examples/python/toolpanel/Makefile
+++ b/odk/examples/python/toolpanel/Makefile
@@ -25,4 +25,5 @@ FILES = \
toolpanels/poc.xdl
$(OUT_BIN)/toolpanel.$(UNOOXT_EXT): $(FILES)
+ -$(MKDIR) $(subst /,$(PS),$(@D))
$(SDK_ZIP) $@ $^