зеркало из https://github.com/mozilla/gecko-dev.git
Trying to fix SunOS bustage from bug 368091
This commit is contained in:
Родитель
6181d7ea51
Коммит
bfaeec4b5d
|
@ -44,7 +44,9 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
CHROME_DEPS += $(srcdir)/content/overrides/app-license.html
|
||||
abs_srcdir = $(shell cd $(srcdir) && pwd)
|
||||
|
||||
CHROME_DEPS += $(abs_srcdir)/content/overrides/app-license.html
|
||||
|
||||
ifdef MOZ_MOCHITEST
|
||||
DIRS += content/test
|
||||
|
@ -54,7 +56,7 @@ include $(topsrcdir)/config/rules.mk
|
|||
|
||||
DEFINES += \
|
||||
-DMOZ_APP_VERSION=$(MOZ_APP_VERSION) \
|
||||
-DAPP_EULA_BLOCK=$(srcdir)/content/overrides/app-license.html \
|
||||
-DAPP_EULA_BLOCK=$(abs_srcdir)/content/overrides/app-license.html \
|
||||
$(NULL)
|
||||
|
||||
ifndef MOZ_BRANDING_DIRECTORY
|
||||
|
|
Загрузка…
Ссылка в новой задаче