Bug 778220 - remove $(wildcard *.$(OBJ_SUFFIX)) calls from xpcom Makefiles; r=glandium

This commit is contained in:
Nathan Froyd 2012-07-27 14:15:01 -04:00
parent 6a9c0f8ab7
commit 4328d1be09
4 changed files with 4 additions and 4 deletions

View File

@ -113,7 +113,7 @@ EXPORTS_mozilla += perfprobe.h
endif
GARBAGE += $(XPCOM_GLUE_SRC_LCPPSRCS) $(XPCOM_GLUENS_SRC_LCPPSRCS) $(wildcard *.$(OBJ_SUFFIX))
GARBAGE += $(XPCOM_GLUE_SRC_LCPPSRCS) $(XPCOM_GLUENS_SRC_LCPPSRCS)
include $(topsrcdir)/config/config.mk
include $(topsrcdir)/ipc/chromium/chromium-config.mk

View File

@ -70,7 +70,7 @@ FORCE_STATIC_LIB = 1
# Don't use STL wrappers here (i.e. wrapped <new>); they require mozalloc
STL_FLAGS =
GARBAGE += $(XPCOM_GLUE_SRC_LCPPSRCS) $(wildcard *.$(OBJ_SUFFIX))
GARBAGE += $(XPCOM_GLUE_SRC_LCPPSRCS)
SRCS_IN_OBJDIR = 1

View File

@ -63,7 +63,7 @@ USE_STATIC_LIBS = 1
# Don't use STL wrappers here (i.e. wrapped <new>); they require mozalloc
STL_FLAGS =
GARBAGE += $(XPCOM_GLUE_SRC_LCPPSRCS) $(wildcard *.$(OBJ_SUFFIX))
GARBAGE += $(XPCOM_GLUE_SRC_LCPPSRCS)
SRCS_IN_OBJDIR = 1

View File

@ -32,7 +32,7 @@ SDK_LIBRARY = \
$(LIB_PREFIX)xpcomglue_staticruntime_s.$(LIB_SUFFIX) \
$(NULL)
GARBAGE += $(XPCOM_GLUE_SRC_LCPPSRCS) $(wildcard *.$(OBJ_SUFFIX))
GARBAGE += $(XPCOM_GLUE_SRC_LCPPSRCS)
FORCE_STATIC_LIB = 1