[Scummvm-git-logs] scummvm master -> 26d51bf5d823bbbf8104a74efbeaeacb98d49716

sev- sev at scummvm.org
Sun Oct 13 15:36:17 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:
26d51bf5d8 AMIGAOS4: amigaos.mk - Add plugins target


Commit: 26d51bf5d823bbbf8104a74efbeaeacb98d49716
    https://github.com/scummvm/scummvm/commit/26d51bf5d823bbbf8104a74efbeaeacb98d49716
Author: Hubert Maier (raziel- at users.noreply.github.com)
Date: 2019-10-13T15:36:14+02:00

Commit Message:
AMIGAOS4: amigaos.mk - Add plugins target

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


diff --git a/backends/platform/sdl/amigaos/amigaos.mk b/backends/platform/sdl/amigaos/amigaos.mk
index 0edb1b6..5ddd7d3 100644
--- a/backends/platform/sdl/amigaos/amigaos.mk
+++ b/backends/platform/sdl/amigaos/amigaos.mk
@@ -1,6 +1,6 @@
 # Special target to create an AmigaOS snapshot installation.
 # AmigaOS shell doesn't like indented comments.
-amigaosdist: $(EXECUTABLE)
+amigaosdist: $(EXECUTABLE) $(PLUGINS)
 	mkdir -p $(AMIGAOSPATH)
 	mkdir -p $(AMIGAOSPATH)/extras
 	cp ${srcdir}/dists/amiga/scummvm_drawer.info $(AMIGAOSPATH).info





More information about the Scummvm-git-logs mailing list