diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-04-20 14:49:58 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-04-20 14:59:26 +0200 |
commit | 423cfc2061babc90a61bbd97f38da13ba538396d (patch) | |
tree | b6c04f05691eb6875398d66adf5d0315d5e70f31 /odk/examples | |
parent | 9561c2f6793bede6e5092c36a4f1c8dbb782c4f4 (diff) |
Create output dir
Change-Id: Iba9f6923e2e7cfefe980a97d7c1cd35e01f437fa
Diffstat (limited to 'odk/examples')
-rw-r--r-- | odk/examples/python/toolpanel/Makefile | 1 |
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) $@ $^ |