summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--odk/examples/python/toolpanel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/python/toolpanel/Makefile b/odk/examples/python/toolpanel/Makefile
index 3a1d93acf45b..f39522891342 100644
--- a/odk/examples/python/toolpanel/Makefile
+++ b/odk/examples/python/toolpanel/Makefile
@@ -24,5 +24,5 @@ FILES = \
toolpanel.py \
toolpanels/poc.xdl
-toolpanel.oxt: $(FILES)
+$(OUT_BIN)/toolpanel.$(UNOOXT_EXT): $(FILES)
$(SDK_ZIP) $@ $^