Skip to content

Commit

Permalink
py/mkenv.mk: Use $(TOP) instead of ".." to reference tools, mpy-cross.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgeorge committed May 19, 2017
1 parent 436d97b commit 338f084
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions py/mkenv.mk
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ CXX += -m32
LD += -m32
endif

MAKE_FROZEN = ../tools/make-frozen.py
MPY_CROSS = ../mpy-cross/mpy-cross
MPY_TOOL = ../tools/mpy-tool.py
MAKE_FROZEN = $(TOP)/tools/make-frozen.py
MPY_CROSS = $(TOP)/mpy-cross/mpy-cross
MPY_TOOL = $(TOP)/tools/mpy-tool.py

all:
.PHONY: all
Expand Down

0 comments on commit 338f084

Please sign in to comment.