diff options
Diffstat (limited to 'tools/mkcrypt/Makefile')
-rw-r--r-- | tools/mkcrypt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/mkcrypt/Makefile b/tools/mkcrypt/Makefile index 983d9d423..c36ec2a5a 100644 --- a/tools/mkcrypt/Makefile +++ b/tools/mkcrypt/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk -install: ${TOOLS_DIR}/mkcrypt +install: ${BIN_DIR}/mkcrypt -${TOOLS_DIR}/mkcrypt: +${BIN_DIR}/mkcrypt: $(CC_FOR_BUILD) ${FLAGS_FOR_BUILD} -o $@ mkcrypt.c include $(TOPDIR)/mk/tools.mk |