Minor Makefile improvement.

This commit is contained in:
Michael Keller 2021-01-01 13:07:57 +01:00
parent 1818249046
commit 5da56bda05
1 changed files with 1 additions and 3 deletions

View File

@ -83,9 +83,7 @@ include $(ROOT)/make/system-id.mk
include $(ROOT)/make/checks.mk
# configure some directories that are relative to wherever ROOT_DIR is located
ifndef TOOLS_DIR
TOOLS_DIR := $(ROOT)/tools
endif
TOOLS_DIR ?= $(ROOT)/tools
DL_DIR := $(ROOT)/downloads
export RM := rm