diff options
Diffstat (limited to 'backends/sdl')
-rw-r--r-- | backends/sdl/module.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/sdl/module.mk b/backends/sdl/module.mk index 4006354e5e..fd9e314076 100644 --- a/backends/sdl/module.mk +++ b/backends/sdl/module.mk @@ -6,7 +6,7 @@ MODULE_OBJS := \ sdl.o MODULE_DIRS += \ - backends/sdl + backends/sdl/ -# We don't use the common.rules here on purpose +# We don't use the rules.mk here on purpose OBJS := $(addprefix $(MODULE)/, $(MODULE_OBJS)) $(OBJS) |