Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit 338f084

Browse files
committed
py/mkenv.mk: Use $(TOP) instead of ".." to reference tools, mpy-cross.
1 parent 436d97b commit 338f084

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

py/mkenv.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ CXX += -m32
5858
LD += -m32
5959
endif
6060

61-
MAKE_FROZEN = ../tools/make-frozen.py
62-
MPY_CROSS = ../mpy-cross/mpy-cross
63-
MPY_TOOL = ../tools/mpy-tool.py
61+
MAKE_FROZEN = $(TOP)/tools/make-frozen.py
62+
MPY_CROSS = $(TOP)/mpy-cross/mpy-cross
63+
MPY_TOOL = $(TOP)/tools/mpy-tool.py
6464

6565
all:
6666
.PHONY: all

0 commit comments

Comments
 (0)