Bug 956609 - Land the IM front-end in comm-central: Port bug 928966, switch core_abspath to $(abspath), r=florian.
This commit is contained in:
Родитель
9ecbb24624
Коммит
214615796d
|
@ -25,6 +25,6 @@ ifdef MOZ_UPDATER
|
|||
DEFINES += -DMOZ_UPDATER=1
|
||||
endif
|
||||
|
||||
abs_srcdir = $(call core_abspath,$(srcdir))
|
||||
abs_srcdir = $(abspath $(srcdir))
|
||||
CHROME_DEPS += $(abs_srcdir)/overrides/app-license.html
|
||||
DEFINES += -DAPP_LICENSE_BLOCK=$(abs_srcdir)/overrides/app-license.html
|
||||
|
|
|
@ -17,7 +17,7 @@ DEFINES += -DMOZ_APP_MAXVERSION=$(MOZ_APP_MAXVERSION)
|
|||
vpath %.xml @srcdir@/en-US/searchplugins
|
||||
vpath %.xml $(LOCALE_SRCDIR)/searchplugins
|
||||
|
||||
_ABS_SRCDIR := $(call core_abspath,$(topsrcdir))
|
||||
_ABS_SRCDIR := $(abspath $(topsrcdir))
|
||||
|
||||
ifndef MOZ_BRANDING_DIRECTORY
|
||||
MOZ_BRANDING_DIRECTORY = im/branding/nightly
|
||||
|
|
Загрузка…
Ссылка в новой задаче