From 5da56bda053d267b9c59008c40e346a7805eea86 Mon Sep 17 00:00:00 2001 From: Michael Keller Date: Fri, 1 Jan 2021 13:07:57 +0100 Subject: [PATCH] Minor Makefile improvement. --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 63f593544..aca8fc7b6 100644 --- a/Makefile +++ b/Makefile @@ -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