Make sure mess tools end up in $(BIN) if defined. (nw)

This commit is contained in:
couriersud 2015-02-22 02:46:54 +01:00
parent 46b916d7b1
commit 96ff550552
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
# castool executable name
CASTOOL = castool$(EXE)
CASTOOL = $(BIN)castool$(EXE)
# add path to castool headers
INCPATH += -I$(SRC)/$(TARGET)/tools/castool

View File

@ -8,7 +8,7 @@
# floptool executable name
FLOPTOOL = floptool$(EXE)
FLOPTOOL = $(BIN)floptool$(EXE)
# add path to floptool headers
INCPATH += -I$(SRC)/$(TARGET)/tools/floptool

View File

@ -8,7 +8,7 @@
# imgtool executable name
IMGTOOL = imgtool$(EXE)
IMGTOOL = $(BIN)imgtool$(EXE)
# add path to imgtool headers
INCPATH += -I$(MESSSRC)/tools/imgtool