Skip to content
Snippets Groups Projects
Commit 8f4c1d83 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 26190952
No related branches found
No related tags found
No related merge requests found
......@@ -176,4 +176,5 @@ endif
ifdef NEED_BITMAP
CIOLIB_INTERPOLATE_OBJS = $(CIOLIB_SRC)$(DIRSEP)$(MTOBJODIR)$(DIRSEP)rgbmap$(OFILE)
CIOLIB_INTERPOLATE_TARGET = $(MTOBJODIR)$(DIRSEP)rgbmap$(OFILE)
endif
......@@ -48,7 +48,7 @@ endif
# CIOLIB Library Link Rule
$(CIOLIB-MT_BUILD): $(MTOBJODIR) $(OBJS) $(CIOLIB_INTERPOLATE_OBJS)
$(CIOLIB-MT_BUILD): $(MTOBJODIR) $(OBJS) $(CIOLIB_INTERPOLATE_TARGET)
@echo Creating $@ ...
$(QUIET)$(AR) rc $@ $(OBJS)
$(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