diff options
| author | Franklin Wei <git@fwei.tk> | 2017-12-24 13:29:09 -0500 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2017-12-24 13:29:09 -0500 |
| commit | 2b49724c3a5c27407fc59972c97a90b2ba910eff (patch) | |
| tree | b0cd45cec4ccbee7d1d8801a45021fe6cdb67691 /apps/plugins | |
| parent | 581a82e8544a96c0f848a3b23260237d91f8f31b (diff) | |
| download | rockbox-2b49724c3a5c27407fc59972c97a90b2ba910eff.zip rockbox-2b49724c3a5c27407fc59972c97a90b2ba910eff.tar.gz rockbox-2b49724c3a5c27407fc59972c97a90b2ba910eff.tar.bz2 rockbox-2b49724c3a5c27407fc59972c97a90b2ba910eff.tar.xz | |
attempt to fix sysfont.h errors
Change-Id: Icc67dc777d3a2269ececbf4fbe34d78d7bd34087
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/sdl/sdl.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/sdl/sdl.make b/apps/plugins/sdl/sdl.make index df7ec74..663bc56 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 $@ |