зеркало из https://github.com/mozilla/pjs.git
fix makefiles to enter "skin" directory
This commit is contained in:
Родитель
afba84e2a4
Коммит
a1b7e063ac
|
@ -22,13 +22,9 @@ srcdir = @srcdir@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
MESSENGER_DIR = $(DIST)/bin/res/mailnews/messenger
|
||||
|
||||
DIRS= skin
|
||||
DIRS = skin
|
||||
|
||||
EXPORT_RESOURCES = \
|
||||
$(srcdir)/mime_en.properties \
|
||||
|
@ -36,6 +32,9 @@ EXPORT_RESOURCES = \
|
|||
|
||||
EXPORT_RESOURCES_TO_REMOVE := $(addprefix $(MESSENGER_DIR)/, $(EXPORT_RESOURCES))
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
install::
|
||||
$(INSTALL) $(EXPORT_RESOURCES) $(MESSENGER_DIR)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче