File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ ifneq ($(PROG),)
6565all : $(PROG )
6666
6767$(PROG ) : $(OBJ )
68- $(ECHO ) " LINK $< "
68+ $(ECHO ) " LINK $@ "
6969 $(Q )$(CC ) -o $@ $(OBJ ) $(LIB ) $(LDFLAGS )
7070ifndef DEBUG
7171 $(Q)strip $(PROG)
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ PY_O = $(addprefix $(PY_BUILD)/, $(PY_O_BASENAME))
7878
7979# Adding an order only dependency on $(PY_BUILD) causes $(PY_BUILD) to get
8080# created before we run the script to generate the .h
81- $(PY_BUILD ) /qstrdefs.generated.h : | $(PY_BUILD )
81+ $(PY_BUILD ) /qstrdefs.generated.h : | $(PY_BUILD ) /
8282$(PY_BUILD ) /qstrdefs.generated.h : $(PY_QSTR_DEFS ) $(QSTR_DEFS ) $(PY_SRC ) /makeqstrdata.py
8383 $(ECHO ) " makeqstrdata $( PY_QSTR_DEFS) $( QSTR_DEFS) "
8484 $(Q ) python $(PY_SRC ) /makeqstrdata.py $(PY_QSTR_DEFS ) $(QSTR_DEFS ) > $@
You can’t perform that action at this time.
0 commit comments