From 82596493816291b2148e31c5e1ddd922fc1cb401 Mon Sep 17 00:00:00 2001 From: planetmaker Date: Wed, 3 Oct 2012 09:12:51 +0000 Subject: (svn r24569) -Fix (r23817): Naming of bundles was somewhat broken --- Makefile.bundle.in | 4 ---- Makefile.in | 1 - 2 files changed, 5 deletions(-) diff --git a/Makefile.bundle.in b/Makefile.bundle.in index 3c0b44600..64fb11ab7 100644 --- a/Makefile.bundle.in +++ b/Makefile.bundle.in @@ -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),) diff --git a/Makefile.in b/Makefile.in index d46108695..b947e436f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -41,7 +41,6 @@ TTDS = $(SRC_DIRS:%=%/$(TTD)) OS = !!OS!! OSXAPP = !!OSXAPP!! LIPO = !!LIPO!! -REVISION = !!REVISION!! AWK = !!AWK!! SORT = !!SORT!! DISTCC = !!DISTCC!! -- cgit v1.2.3-70-g09d2