From 41f0a5a36ecc6381880bd19b4f6838ac22f7d833 Mon Sep 17 00:00:00 2001 From: John-Mark Bell Date: Wed, 2 Nov 2022 13:55:38 +0000 Subject: [PATCH] Buildsystem: fix RISC OS AOF matching --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f66f79649..828f83bf0 100644 --- a/Makefile +++ b/Makefile @@ -333,7 +333,7 @@ ifneq ($(TARGET),riscos) $(Q)$(CC) -o $(EXETARGET) $(OBJECTS) $(LDFLAGS) > $(DEPROOT)/link-raw.d else @# RISC OS targets are a bit special: we need to convert ELF -> AIF - ifeq ($(SUBTARGET),riscos-aof) + ifeq ($(SUBTARGET),-aof) $(Q)$(CC) -o $(EXETARGET) $(OBJECTS) $(LDFLAGS) > $(DEPROOT)/link-raw.d else $(Q)$(CXX) -o $(EXETARGET:,ff8=,e1f) $(OBJECTS) $(LDFLAGS) > $(DEPROOT)/link-raw.d