From 2b49724c3a5c27407fc59972c97a90b2ba910eff Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sun, 24 Dec 2017 13:29:09 -0500 Subject: attempt to fix sysfont.h errors Change-Id: Icc67dc777d3a2269ececbf4fbe34d78d7bd34087 --- apps/plugins/sdl/sdl.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/plugins/sdl/sdl.make b/apps/plugins/sdl/sdl.make index df7ec74ebf..663bc564f3 100644 --- a/apps/plugins/sdl/sdl.make +++ b/apps/plugins/sdl/sdl.make @@ -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 $@ -- cgit v1.2.3