Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 436216 | Differences between
and this patch

Collapse All | Expand All

(-)a/mozilla/security/coreconf/UNIX.mk (-7 / +1 lines)
Lines 51-63 else Link Here
51
	DEFINES    += -DDEBUG -UNDEBUG -DDEBUG_$(USERNAME)
51
	DEFINES    += -DDEBUG -UNDEBUG -DDEBUG_$(USERNAME)
52
endif
52
endif
53
53
54
ifdef BUILD_TREE
54
NSINSTALL = $(CORE_DEPTH)/build-nsinstall
55
NSINSTALL_DIR  = $(BUILD_TREE)/nss
56
NSINSTALL      = $(BUILD_TREE)/nss/nsinstall
57
else
58
NSINSTALL_DIR  = $(CORE_DEPTH)/coreconf/nsinstall
59
NSINSTALL      = $(NSINSTALL_DIR)/$(OBJDIR_NAME)/nsinstall
60
endif
61
55
62
MKDEPEND_DIR    = $(CORE_DEPTH)/coreconf/mkdepend
56
MKDEPEND_DIR    = $(CORE_DEPTH)/coreconf/mkdepend
63
MKDEPEND        = $(MKDEPEND_DIR)/$(OBJDIR_NAME)/mkdepend
57
MKDEPEND        = $(MKDEPEND_DIR)/$(OBJDIR_NAME)/mkdepend

Return to bug 436216