Fix incorrect makefile syntax from bug 651110
This commit is contained in:
Родитель
5f3a063a49
Коммит
76a18e3f6f
|
@ -58,7 +58,7 @@ PREF_JS_EXPORTS = $(srcdir)/content/lightning.js
|
|||
|
||||
# Lighting version number
|
||||
LIGHTNING_VERSION := $(shell cat $(srcdir)/../sunbird/config/version.txt)
|
||||
if defined(MOZILLA_5_0_BRANCH)
|
||||
ifdef MOZILLA_5_0_BRANCH
|
||||
THUNDERBIRD_VERSION := $(shell cat $(topsrcdir)/mail/config/version-50.txt)
|
||||
SEAMONKEY_VERSION := $(shell cat $(topsrcdir)/suite/config/version-50.txt)
|
||||
else
|
||||
|
|
|
@ -50,7 +50,7 @@ XPI_PKGNAME = gdata-provider
|
|||
STRIP_XPI = 1
|
||||
|
||||
CALENDAR_VERSION := $(shell cat $(topsrcdir)/calendar/sunbird/config/version.txt)
|
||||
if defined(MOZILLA_5_0_BRANCH)
|
||||
ifdef MOZILLA_5_0_BRANCH
|
||||
THUNDERBIRD_VERSION := $(shell cat $(topsrcdir)/mail/config/version-50.txt)
|
||||
SEAMONKEY_VERSION := $(shell cat $(topsrcdir)/suite/config/version-50.txt)
|
||||
else
|
||||
|
|
|
@ -77,7 +77,7 @@ INSTALL_EXTENSION_ID = calendar-timezones@mozilla.org
|
|||
endif
|
||||
|
||||
CALENDAR_VERSION := $(shell cat $(topsrcdir)/calendar/sunbird/config/version.txt)
|
||||
if defined(MOZILLA_5_0_BRANCH)
|
||||
ifdef MOZILLA_5_0_BRANCH
|
||||
THUNDERBIRD_VERSION := $(shell cat $(topsrcdir)/mail/config/version-50.txt)
|
||||
SEAMONKEY_VERSION := $(shell cat $(topsrcdir)/suite/config/version-50.txt)
|
||||
else
|
||||
|
|
Загрузка…
Ссылка в новой задаче