From d4f667575aeffc5f3e10a7c1593a221a7b55cef3 Mon Sep 17 00:00:00 2001 From: John-Mark Bell Date: Sun, 16 Nov 2014 10:30:21 +0000 Subject: Migrate to target triplets --- makefiles/Makefile.norcroft | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefiles/Makefile.norcroft') diff --git a/makefiles/Makefile.norcroft b/makefiles/Makefile.norcroft index 93344f9..5acb7c4 100644 --- a/makefiles/Makefile.norcroft +++ b/makefiles/Makefile.norcroft @@ -38,7 +38,7 @@ endif # RISC OS module extensions ifeq ($(COMPONENT_TYPE),riscos-module) - ifneq ($(TARGET),riscos) + ifneq ($(BUILD),arm-unknown-riscos) $(error Attempting to build a RISC OS module for a non-RISC OS target) endif -- cgit v1.2.3