summaryrefslogtreecommitdiff
path: root/Makefile.bundle.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.bundle.in')
-rw-r--r--Makefile.bundle.in4
1 files changed, 0 insertions, 4 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),)