diff options
Diffstat (limited to 'backends/x11/module.mk')
-rw-r--r-- | backends/x11/module.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/x11/module.mk b/backends/x11/module.mk index c9a3908e2f..7350708299 100644 --- a/backends/x11/module.mk +++ b/backends/x11/module.mk @@ -4,7 +4,7 @@ MODULE_OBJS := \ x11.o MODULE_DIRS += \ - backends/x11 + backends/x11/ -# 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) |