aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorEugene Sandulenko2016-09-10 22:32:37 +0200
committerEugene Sandulenko2016-09-10 22:32:37 +0200
commit18cc11e6947d78d3127a423488439eb05ce61f49 (patch)
tree1f29dbd54205c1698fead5240412d44aeb384c6a /Makefile.common
parentdfce02d6a77b0c47e5f963d407f25461f1d4b556 (diff)
downloadscummvm-rg350-18cc11e6947d78d3127a423488439eb05ce61f49.tar.gz
scummvm-rg350-18cc11e6947d78d3127a423488439eb05ce61f49.tar.bz2
scummvm-rg350-18cc11e6947d78d3127a423488439eb05ce61f49.zip
BUILD: Fix syntax
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common
index f910da62d9..4d31ab90e8 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -165,11 +165,11 @@ VER_MINOR = $(shell echo $(VERSION) | cut -d. -f 2)
VER_PATCH = $(shell echo $(VERSION) | cut -d. -f 3 | cut -c1)
VER_EXTRA = $(shell echo $(VERSION) | cut -d. -f 3 | cut -c2-)
-#ifdef AMIGAOS
+ifdef AMIGAOS
# Amiga needs date in specific format for the version cookie
AMIGA_DATE = $(shell gdate '+%d.%m.%Y')
base/version.o: CXXFLAGS:=$(CXXFLAGS) -DAMIGA_DATE=\"$(AMIGA_DATE)\"
-#endif
+endif
######################################################################
# Get git's working copy information