summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--riscos/Makefile.target6
1 files changed, 5 insertions, 1 deletions
diff --git a/riscos/Makefile.target b/riscos/Makefile.target
index e9b6948a3..ae367fe78 100644
--- a/riscos/Makefile.target
+++ b/riscos/Makefile.target
@@ -36,7 +36,7 @@ endif
TPD_RISCOS = $(foreach TPL,$(notdir $(TPL_RISCOS)), \
!NetSurf/Resources/$(TPL)/Templates$(TPLEXT))
-RESOURCES = $(TPD_RISCOS)
+RESOURCES = $(TPD_RISCOS) split-messages
CFLAGS += -I. $(WARNFLAGS) -Driscos \
-std=c99 -D_BSD_SOURCE -D_POSIX_C_SOURCE \
@@ -108,6 +108,10 @@ clean-run:
$(Q) $(RM) !NetSurf/!Run$(RUNEXT)
CLEANS += clean-run
+split-messages:
+ $(call split_install_messages, ro, !NetSurf/Resources/)
+.PHONY: split-messages
+
# ----------------------------------------------------------------------------
# Install target
# ----------------------------------------------------------------------------