From 046eb043aeebc31b922f632422b88107e840fd0b Mon Sep 17 00:00:00 2001 From: John Stebbins Date: Tue, 16 Apr 2019 11:31:29 -0600 Subject: make: finish correcting host/build semantics --- make/include/main.rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make/include/main.rules') diff --git a/make/include/main.rules b/make/include/main.rules index 6c3cbb05b..14df5b034 100644 --- a/make/include/main.rules +++ b/make/include/main.rules @@ -35,8 +35,8 @@ mrproper: xclean include $(SRC/)make/include/base.rules include $(MODULES:%=$(SRC/)%/module.rules) --include $(SRC/)make/variant/$(BUILD.system).rules --include $(SRC/)make/variant/$(BUILD.system).$(BUILD.machine).rules +-include $(SRC/)make/variant/$(HOST.system).rules +-include $(SRC/)make/variant/$(HOST.system).$(HOST.machine).rules ############################################################################### -- cgit v1.2.3