Change "=" to ":=" in some module.mk files for consistency.

svn-id: r45364
This commit is contained in:
Johannes Schickel 2009-10-24 21:55:53 +00:00
parent c45efbe9ab
commit 56181a475c
6 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
MODULE := engines/agi
MODULE_OBJS = \
MODULE_OBJS := \
agi.o \
checks.o \
console.o \

View File

@ -1,6 +1,6 @@
MODULE := engines/cine
MODULE_OBJS = \
MODULE_OBJS := \
anim.o \
bg.o \
bg_list.o \

View File

@ -1,6 +1,6 @@
MODULE := engines/drascula
MODULE_OBJS = \
MODULE_OBJS := \
actors.o \
animation.o \
converse.o \

View File

@ -1,6 +1,6 @@
MODULE := engines/made
MODULE_OBJS = \
MODULE_OBJS := \
database.o \
detection.o \
graphics.o \

View File

@ -1,6 +1,6 @@
MODULE := engines/sci
MODULE_OBJS = \
MODULE_OBJS := \
console.o \
decompressor.o \
detection.o \

View File

@ -1,6 +1,6 @@
MODULE := engines/tinsel
MODULE_OBJS = \
MODULE_OBJS := \
actors.o \
anim.o \
background.o \