[Scummvm-git-logs] scummvm master -> 4287f2ca9ac0c486b0608547072e58206213c68f

sev- sev at scummvm.org
Fri Feb 26 18:13:47 UTC 2021


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:
4287f2ca9a MORPHOS: fix module.mk


Commit: 4287f2ca9ac0c486b0608547072e58206213c68f
    https://github.com/scummvm/scummvm/commit/4287f2ca9ac0c486b0608547072e58206213c68f
Author: BeWorld (36823759+BeWorld2018 at users.noreply.github.com)
Date: 2021-02-26T19:13:44+01:00

Commit Message:
MORPHOS: fix module.mk

fix mistake of file name

Changed paths:
    backends/module.mk


diff --git a/backends/module.mk b/backends/module.mk
index ba5b274379..a31f079dec 100644
--- a/backends/module.mk
+++ b/backends/module.mk
@@ -253,7 +253,7 @@ MODULE_OBJS += \
 	fs/morphos/morphos-fs.o \
 	fs/morphos/morphos-fs-factory.o \
 	dialogs/morphos/morphos-dialogs.o \
-	midi/camd-morphos.o
+	midi/camd.o
 endif
 
 ifdef RISCOS




More information about the Scummvm-git-logs mailing list