зеркало из https://github.com/mozilla/gecko-dev.git
Bug 759008 - Remove unused LIBOBJS from rules.mk, r=glandium
This commit is contained in:
Родитель
8ecdc5470a
Коммит
035cd4054c
|
@ -284,9 +284,6 @@ _HOST_OBJS = $(HOST_COBJS) $(HOST_CCOBJS) $(HOST_CPPOBJS) $(HOST_CMOBJS) $(HOST_
|
||||||
HOST_OBJS = $(strip $(_HOST_OBJS))
|
HOST_OBJS = $(strip $(_HOST_OBJS))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
LIBOBJS := $(addprefix \", $(OBJS))
|
|
||||||
LIBOBJS := $(addsuffix \", $(LIBOBJS))
|
|
||||||
|
|
||||||
ifndef MOZ_AUTO_DEPS
|
ifndef MOZ_AUTO_DEPS
|
||||||
ifneq (,$(OBJS)$(XPIDLSRCS)$(SIMPLE_PROGRAMS))
|
ifneq (,$(OBJS)$(XPIDLSRCS)$(SIMPLE_PROGRAMS))
|
||||||
MDDEPFILES = $(addprefix $(MDDEPDIR)/,$(OBJS:.$(OBJ_SUFFIX)=.pp))
|
MDDEPFILES = $(addprefix $(MDDEPDIR)/,$(OBJS:.$(OBJ_SUFFIX)=.pp))
|
||||||
|
|
|
@ -284,9 +284,6 @@ _HOST_OBJS = $(HOST_COBJS) $(HOST_CCOBJS) $(HOST_CPPOBJS) $(HOST_CMOBJS) $(HOST_
|
||||||
HOST_OBJS = $(strip $(_HOST_OBJS))
|
HOST_OBJS = $(strip $(_HOST_OBJS))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
LIBOBJS := $(addprefix \", $(OBJS))
|
|
||||||
LIBOBJS := $(addsuffix \", $(LIBOBJS))
|
|
||||||
|
|
||||||
ifndef MOZ_AUTO_DEPS
|
ifndef MOZ_AUTO_DEPS
|
||||||
ifneq (,$(OBJS)$(XPIDLSRCS)$(SIMPLE_PROGRAMS))
|
ifneq (,$(OBJS)$(XPIDLSRCS)$(SIMPLE_PROGRAMS))
|
||||||
MDDEPFILES = $(addprefix $(MDDEPDIR)/,$(OBJS:.$(OBJ_SUFFIX)=.pp))
|
MDDEPFILES = $(addprefix $(MDDEPDIR)/,$(OBJS:.$(OBJ_SUFFIX)=.pp))
|
||||||
|
|
Загрузка…
Ссылка в новой задаче