Changeset - r19638:42777a38cfa7
[Not reviewed]
master
0 2 0
planetmaker - 12 years ago 2012-10-03 09:12:51
planetmaker@openttd.org
(svn r24569) -Fix (r23817): Naming of bundles was somewhat broken
2 files changed with 0 insertions and 5 deletions:
0 comments (0 inline, 0 general)
Makefile.bundle.in
Show inline comments
 
@@ -10,13 +10,9 @@
 
#
 

	
 
# The revision is needed for the bundle name and creating an OSX application bundle.
 
ifdef REVISION
 
REV := $(REVISION)
 
else
 
# Detect the revision
 
VERSIONS := $(shell AWK="$(AWK)" "$(ROOT_DIR)/findversion.sh")
 
REV      := $(shell echo "$(VERSIONS)" | cut -f 1 -d'	')
 
endif
 

	
 
# Make sure we have something in REV
 
ifeq ($(REV),)
Makefile.in
Show inline comments
 
@@ -41,7 +41,6 @@ TTDS        = $(SRC_DIRS:%=%/$(TTD))
 
OS          = !!OS!!
 
OSXAPP      = !!OSXAPP!!
 
LIPO        = !!LIPO!!
 
REVISION    = !!REVISION!!
 
AWK         = !!AWK!!
 
SORT        = !!SORT!!
 
DISTCC      = !!DISTCC!!
0 comments (0 inline, 0 general)