From da0380c32df8a69551ac6ac94ec340101992293d Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Fri, 24 Jan 2025 14:02:57 +0200 Subject: [PATCH] Fix libretro boot ROM building --- libretro/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro/Makefile b/libretro/Makefile index ec0a66b..3d69d74 100644 --- a/libretro/Makefile +++ b/libretro/Makefile @@ -386,7 +386,7 @@ endif echo "const unsigned $(notdir $(@:%.c=%))_length = sizeof($(notdir $(@:%.c=%)));" >> $@ $(abspath $(CORE_DIR))/build/bin/BootROMs/%_boot.bin: - $(MAKE) -C $(CORE_DIR) $(patsubst $(abspath $(CORE_DIR))/%,%,$@) + $(MAKE) -C $(CORE_DIR) $@ $(TARGET): $(OBJECTS) -@$(MKDIR) -p $(dir $@)