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

(-)nss-3.13.6/mozilla/security/nss/cmd/shlibsign/Makefile (-4 / +2 lines)
Lines 109-123 Link Here
109
109
110
SRCDIR = $(call core_abspath,.)
110
SRCDIR = $(call core_abspath,.)
111
111
112
%.chk: %.$(DLL_SUFFIX) 
112
%.chk: %.$(DLL_SUFFIX)
113
ifeq ($(OS_TARGET), OS2)
113
ifeq ($(OS_TARGET), OS2)
114
	cd $(OBJDIR) ; cmd.exe /c $(SRCDIR)/sign.cmd $(DIST) \
114
	cd $(OBJDIR) ; cmd.exe /c $(SRCDIR)/sign.cmd $(DIST) \
115
	$(call core_abspath,$(OBJDIR)) $(OS_TARGET) \
115
	$(call core_abspath,$(OBJDIR)) $(OS_TARGET) \
116
	$(call core_abspath,$(NSPR_LIB_DIR)) $(call core_abspath,$<)
116
	$(call core_abspath,$(NSPR_LIB_DIR)) $(call core_abspath,$<)
117
else
117
else
118
	cd $(OBJDIR) ; sh $(SRCDIR)/sign.sh $(call core_abspath,$(DIST)) \
118
	touch $@
119
	$(call core_abspath,$(OBJDIR)) $(OS_TARGET) \
120
	$(call core_abspath,$(NSPR_LIB_DIR)) $(call core_abspath,$<)
121
endif
119
endif
122
120
123
libs install :: $(CHECKLOC)
121
libs install :: $(CHECKLOC)

Return to bug 436216