зеркало из https://github.com/mozilla/gecko-dev.git
Make use of VPATH so that xpm files will be first looked for in the objdir.
This commit is contained in:
Родитель
12ff245987
Коммит
ee5a61a652
|
@ -213,23 +213,23 @@ endif
|
|||
|
||||
ifneq (,$(filter gtk gtk2,$(MOZ_WIDGET_TOOLKIT)))
|
||||
ICON_FILES = \
|
||||
$(srcdir)/mozicon50.xpm \
|
||||
$(srcdir)/mozicon16.xpm \
|
||||
mozicon50.xpm \
|
||||
mozicon16.xpm \
|
||||
$(NULL)
|
||||
|
||||
libs::
|
||||
$(INSTALL) $(ICON_FILES) $(DIST)/bin/icons
|
||||
libs:: $(ICON_FILES)
|
||||
$(INSTALL) $^ $(DIST)/bin/icons
|
||||
|
||||
install::
|
||||
$(SYSINSTALL) $(IFLAGS1) $(ICON_FILES) $(DESTDIR)$(mozappdir)/icons
|
||||
endif
|
||||
|
||||
ifeq ($(MOZ_WIDGET_TOOLKIT),gtk2)
|
||||
libs::
|
||||
$(INSTALL) $(srcdir)/default.xpm $(DIST)/bin/chrome/icons/default
|
||||
libs:: default.xpm
|
||||
$(INSTALL) $^ $(DIST)/bin/chrome/icons/default
|
||||
|
||||
install::
|
||||
$(SYSINSTALL) $(IFLAGS1) $(srcdir)/default.xpm $(DESTDIR)$(mozappdir)/icons
|
||||
install:: default.xpm
|
||||
$(SYSINSTALL) $(IFLAGS1) $^ $(DESTDIR)$(mozappdir)/icons
|
||||
endif
|
||||
|
||||
export:: brand.dtd.in
|
||||
|
|
Загрузка…
Ссылка в новой задаче