Skip to content
Snippets Groups Projects
Commit 7bf6ec97 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Use a separate variable for the target as the link-time object file.

Put that in your pipeline and smoke it.
parent 4d1a66da
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4180 passed
...@@ -176,4 +176,5 @@ endif ...@@ -176,4 +176,5 @@ endif
ifdef NEED_BITMAP ifdef NEED_BITMAP
CIOLIB_INTERPOLATE_OBJS = $(CIOLIB_SRC)$(DIRSEP)$(MTOBJODIR)$(DIRSEP)rgbmap$(OFILE) CIOLIB_INTERPOLATE_OBJS = $(CIOLIB_SRC)$(DIRSEP)$(MTOBJODIR)$(DIRSEP)rgbmap$(OFILE)
CIOLIB_INTERPOLATE_TARGET = $(MTOBJODIR)$(DIRSEP)rgbmap$(OFILE)
endif endif
...@@ -48,7 +48,7 @@ endif ...@@ -48,7 +48,7 @@ endif
# CIOLIB Library Link Rule # CIOLIB Library Link Rule
$(CIOLIB-MT_BUILD): $(MTOBJODIR) $(OBJS) $(CIOLIB_INTERPOLATE_OBJS) $(CIOLIB-MT_BUILD): $(MTOBJODIR) $(OBJS) $(CIOLIB_INTERPOLATE_TARGET)
@echo Creating $@ ... @echo Creating $@ ...
$(QUIET)$(AR) rc $@ $(OBJS) $(QUIET)$(AR) rc $@ $(OBJS)
$(QUIET)$(RANLIB) $@ $(QUIET)$(RANLIB) $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment