summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--py/py.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/py.mk b/py/py.mk
index ffb853c65..e81df52fb 100644
--- a/py/py.mk
+++ b/py/py.mk
@@ -203,7 +203,7 @@ PY_O += $(PY_CORE_O)
# object file for frozen code specified via a manifest
ifneq ($(FROZEN_MANIFEST),)
-PY_O += $(BUILD)/$(BUILD)/frozen_content.o
+PY_O += $(BUILD)/frozen_content.o
endif
# Sources that may contain qstrings