Skip to content

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy