[Scummvm-git-logs] scummvm master -> 18cc11e6947d78d3127a423488439eb05ce61f49

sev- sev at scummvm.org
Sat Sep 10 22:32:59 CEST 2016


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:
18cc11e694 BUILD: Fix syntax


Commit: 18cc11e6947d78d3127a423488439eb05ce61f49
    https://github.com/scummvm/scummvm/commit/18cc11e6947d78d3127a423488439eb05ce61f49
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-09-10T22:32:37+02:00

Commit Message:
BUILD: Fix syntax

Changed paths:
    Makefile.common



diff --git a/Makefile.common b/Makefile.common
index f910da6..4d31ab9 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





More information about the Scummvm-git-logs mailing list