From 423cfc2061babc90a61bbd97f38da13ba538396d Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 20 Apr 2015 14:49:58 +0200 Subject: Create output dir Change-Id: Iba9f6923e2e7cfefe980a97d7c1cd35e01f437fa --- odk/examples/python/toolpanel/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'odk/examples') 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) $@ $^ -- cgit