1
0
Fork 0
forked from len0rd/rockbox

attempt to fix sysfont.h errors

Change-Id: Icc67dc777d3a2269ececbf4fbe34d78d7bd34087
This commit is contained in:
Franklin Wei 2017-12-24 13:29:09 -05:00
parent 581a82e854
commit 2b49724c3a

View file

@ -50,7 +50,7 @@ $(SDL_OBJDIR)/duke3d.ovl: $(SDL_OBJ) $(DUKE3D_OBJ) $(TLSFLIB) $(DUKE3D_OUTLDS)
-lgcc $(SDL_OVLFLAGS)
$(call PRINTS,LD $(@F))$(call objcopy,$(basename $@).elf,$@)
$(SDL_OBJDIR)/%.o: $(SDL_SRCDIR)/%.c $(SDL_SRCDIR)/sdl.make
$(SDL_OBJDIR)/%.o: $(SDL_SRCDIR)/%.c $(SDL_SRCDIR)/sdl.make $(BUILDDIR)/sysfont.h
$(SILENT)mkdir -p $(dir $@)
$(call PRINTS,CC $(subst $(ROOTDIR)/,,$<))$(CC) -I$(dir $<) $(SDLFLAGS) -c $< -o $@
$(SILENT)$(OC) --redefine-syms=$(SDL_SRCDIR)/redefines.txt $@