summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjdflyer <jdflyer10@gmail.com>2023-01-24 21:41:59 -0700
committerjdflyer <jdflyer10@gmail.com>2023-01-24 21:41:59 -0700
commitd4fdfdf1f69997db004741268eace8a36740875b (patch)
treee1aa7416a811e0d7aba5af41c2a1d24a8fa50520 /Makefile
parentc40f15c9a736a90c33adde98cce9b90ba217a163 (diff)
parentd17c122e4dbc65f6f0f2b0309e281aeef20c4afc (diff)
Merge with upstream
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d169add839..450ced509b 100644
--- a/Makefile
+++ b/Makefile
@@ -70,7 +70,7 @@ endif
AS := $(DEVKITPPC)/bin/powerpc-eabi-as
OBJCOPY := $(DEVKITPPC)/bin/powerpc-eabi-objcopy
STRIP := $(DEVKITPPC)/bin/powerpc-eabi-strip
-CC := $(WINE) tools/mwcc_compiler/$(MWCC_VERSION)/mwcceppc_patched.exe
+CC := $(WINE) tools/mwcc_compiler/$(MWCC_VERSION)/mwcceppc_modded.exe
DOLPHIN_LIB_CC := $(WINE) tools/mwcc_compiler/1.2.5/mwcceppc.exe
FRANK_CC := $(WINE) tools/mwcc_compiler/1.2.5e/mwcceppc.exe
LD := $(WINE_LD) tools/mwcc_compiler/$(MWCC_VERSION)/mwldeppc.exe
@@ -163,7 +163,8 @@ docs:
rels: $(ELF) $(RELS)
@echo generating RELs from .plf
- @$(PYTHON) $(MAKEREL) build --string-table $(BUILD_DIR)/frameworkF.str $(RELS) $(ELF)
+ @echo $(RELS) > build/plf_files
+ $(PYTHON) $(MAKEREL) build --string-table $(BUILD_DIR)/frameworkF.str @build/plf_files $(ELF)
$(ELF): $(LIBS) $(O_FILES)
@echo $(O_FILES) > build/o_files