[Scummvm-git-logs] scummvm master -> 00728b94e38ffc64a4f0e0c95878cd747d320764

ccawley2011 ccawley2011 at gmail.com
Wed Sep 18 13:40:41 CEST 2019


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
00728b94e3 RISCOS: Fix building outside the main source tree


Commit: 00728b94e38ffc64a4f0e0c95878cd747d320764
    https://github.com/scummvm/scummvm/commit/00728b94e38ffc64a4f0e0c95878cd747d320764
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2019-09-18T12:40:39+01:00

Commit Message:
RISCOS: Fix building outside the main source tree

Changed paths:
    backends/platform/sdl/riscos/riscos.mk


diff --git a/backends/platform/sdl/riscos/riscos.mk b/backends/platform/sdl/riscos/riscos.mk
index 80db76c..f208630 100644
--- a/backends/platform/sdl/riscos/riscos.mk
+++ b/backends/platform/sdl/riscos/riscos.mk
@@ -33,7 +33,7 @@ endif
 	mkdir -p $(APP_NAME)/docs
 	cp ${srcdir}/dists/riscos/!Help,feb $(APP_NAME)/!Help,feb
 ifdef TOKENIZE
-	$(TOKENIZE) dists/riscos/FindHelp,fd1 -out $(APP_NAME)/FindHelp,ffb
+	$(TOKENIZE) ${srcdir}/dists/riscos/FindHelp,fd1 -out $(APP_NAME)/FindHelp,ffb
 endif
 	@$(foreach file, $(DIST_FILES_DOCS) $(srcdir)/doc/QuickStart, echo '   ' ICONV '  ' $(APP_NAME)/docs/$(notdir $(file)),fff;iconv --to-code=$(ENCODING) $(file) > $(APP_NAME)/docs/$(notdir $(file)),fff;)
 	@$(foreach lang, $(DIST_FILES_DOCS_languages), mkdir -p $(APP_NAME)/docs/$(lang); $(foreach file, $(DIST_FILES_DOCS_$(lang)), echo '   ' ICONV '  ' $(APP_NAME)/docs/$(lang)/$(notdir $(file)),fff;iconv --from-code=UTF-8 --to-code=$(ENCODING) $(file) > $(APP_NAME)/docs/$(lang)/$(notdir $(file)),fff;))





More information about the Scummvm-git-logs mailing list