Bug 882738 - Remove SRCS_IN_OBJDIR from Makefile.in; r=joey

From a071ba8cffdd4584b3cd31eae207e5b76b9e9c95 Mon Sep 17 00:00:00 2001
This commit is contained in:
Mike Shal 2013-06-13 13:49:01 -04:00
Родитель 2b3690735e
Коммит 7fd6f5b4f1
7 изменённых файлов: 0 добавлений и 12 удалений

Просмотреть файл

@ -20,8 +20,6 @@ GARBAGE += $(MIDL_GENERATED_FILES)
FORCE_SHARED_LIB = 1
SRCS_IN_OBJDIR = 1
# Please keep this list in sync with the moz.build file until the rest of this
# Makefile is ported over.
MIDL_INTERFACES = \

Просмотреть файл

@ -18,8 +18,6 @@ GARBAGE += $(MIDL_GENERATED_FILES) done_gen dlldata.c
FORCE_SHARED_LIB = 1
SRCS_IN_OBJDIR = 1
CSRCS = \
dlldata.c \
ISimpleDOMNode_p.c \

Просмотреть файл

@ -19,7 +19,6 @@ endif
LIBXUL_LIBRARY=1
SRCS_IN_OBJDIR = 1
ifndef _MSC_VER
FAIL_ON_WARNINGS = 1
endif # !_MSC_VER

Просмотреть файл

@ -18,8 +18,6 @@ ifeq (WINNT,$(OS_TARGET))
VISIBILITY_FLAGS =
endif
SRCS_IN_OBJDIR = 1
# Make a copy into the local directory for dual compilation
export:: $(MTRANSPORT_CPPSRCS)
$(INSTALL) $^ .

Просмотреть файл

@ -85,7 +85,6 @@ EXTRA_COMPONENTS = \
# we don't want the shared lib, but we want to force the creation of a static lib.
FORCE_STATIC_LIB = 1
SRCS_IN_OBJDIR = 1
include $(topsrcdir)/config/config.mk
include $(topsrcdir)/ipc/chromium/chromium-config.mk
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -35,8 +35,6 @@ STL_FLAGS =
GARBAGE += $(XPCOM_GLUE_SRC_LCPPSRCS)
SRCS_IN_OBJDIR = 1
include $(topsrcdir)/config/rules.mk
ifdef _MSC_VER

Просмотреть файл

@ -34,8 +34,6 @@ STL_FLAGS =
GARBAGE += $(XPCOM_GLUE_SRC_LCPPSRCS)
SRCS_IN_OBJDIR = 1
include $(topsrcdir)/config/rules.mk
ifdef _MSC_VER