summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/sdl/sdl.make2
1 files changed, 1 insertions, 1 deletions
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)
50 -lgcc $(SDL_OVLFLAGS) 50 -lgcc $(SDL_OVLFLAGS)
51 $(call PRINTS,LD $(@F))$(call objcopy,$(basename $@).elf,$@) 51 $(call PRINTS,LD $(@F))$(call objcopy,$(basename $@).elf,$@)
52 52
53$(SDL_OBJDIR)/%.o: $(SDL_SRCDIR)/%.c $(SDL_SRCDIR)/sdl.make 53$(SDL_OBJDIR)/%.o: $(SDL_SRCDIR)/%.c $(SDL_SRCDIR)/sdl.make $(BUILDDIR)/sysfont.h
54 $(SILENT)mkdir -p $(dir $@) 54 $(SILENT)mkdir -p $(dir $@)
55 $(call PRINTS,CC $(subst $(ROOTDIR)/,,$<))$(CC) -I$(dir $<) $(SDLFLAGS) -c $< -o $@ 55 $(call PRINTS,CC $(subst $(ROOTDIR)/,,$<))$(CC) -I$(dir $<) $(SDLFLAGS) -c $< -o $@
56 $(SILENT)$(OC) --redefine-syms=$(SDL_SRCDIR)/redefines.txt $@ 56 $(SILENT)$(OC) --redefine-syms=$(SDL_SRCDIR)/redefines.txt $@