Bug 1138824 - Remove NO_INSTALL_IMPORT_LIBRARY. r=gps

NO_INSTALL_IMPORT_LIBRARY is only used in one place, and since we don't even
use $(DIST)/lib for gecko, it actually doesn't make a difference presently.
This commit is contained in:
Mike Hommey 2015-03-03 17:14:33 +09:00
parent 216c2a5923
commit 49e6069fdf
2 changed files with 0 additions and 8 deletions

View File

@ -49,9 +49,7 @@ SHARED_LIBRARY_TARGET = target
INSTALL_TARGETS += SHARED_LIBRARY
ifneq (,$(filter WINNT,$(OS_ARCH)))
ifndef NO_INSTALL_IMPORT_LIBRARY
IMPORT_LIB_FILES = $(IMPORT_LIBRARY)
endif # NO_INSTALL_IMPORT_LIBRARY
else
IMPORT_LIB_FILES = $(SHARED_LIBRARY)
endif

View File

@ -13,12 +13,6 @@ mozglue.def: mozglue.def.in $(GLOBAL_DEPS)
$(call py_action,preprocessor,$(if $(MOZ_REPLACE_MALLOC),-DMOZ_REPLACE_MALLOC) $(ACDEFINES) $< -o $@)
GARBAGE += mozglue.def
ifdef MOZ_CRT
# Don't install the import library if we use mozcrt
NO_INSTALL_IMPORT_LIBRARY = 1
endif
endif
include $(topsrcdir)/mozglue/build/replace_malloc.mk