Bug 463075 - take care of NO_PKG_FILESing nspr-config ourselves, since toolkit isn't going to do it for us anymore, r=Standard8
--- a/calendar/installer/Makefile.in
+++ b/calendar/installer/Makefile.in
@@ -46,16 +46,17 @@ include $(DEPTH)/config/autoconf.mk
NO_PKG_FILES = \
sunbird-config \
regchrome* \
regxpcom* \
xpcshell* \
xpidl* \
xpt_dump* \
xpt_link* \
+ nspr-config \
$(NULL)
include $(topsrcdir)/config/rules.mk
MOZ_PKG_REMOVALS = $(srcdir)/removed-files.in
ifdef BUILD_STATIC_LIBS
ifeq (WINNT,$(OS_ARCH))
--- a/mail/installer/Makefile.in
+++ b/mail/installer/Makefile.in
@@ -47,16 +47,17 @@ NO_PKG_FILES = \
thunderbird-config \
regxpcom* \
xpcshell* \
xpidl* \
xpt_dump* \
xpt_link* \
plugins \
res/bloatcycle.html \
+ nspr-config \
$(NULL)
include $(topsrcdir)/config/rules.mk
MOZ_PKG_REMOVALS = $(srcdir)/removed-files.in
ifeq (WINNT,$(OS_ARCH))
MOZ_PKG_MANIFEST_P = $(srcdir)/windows/packages-static
--- a/suite/installer/Makefile.in
+++ b/suite/installer/Makefile.in
@@ -43,16 +43,17 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
NO_PKG_FILES = \
$(MOZ_APP_NAME)-config \
xpcshell* \
xpidl* \
xpt_dump* \
xpt_link* \
+ nspr-config \
$(NULL)
include $(topsrcdir)/config/rules.mk
MOZ_PKG_REMOVALS = $(srcdir)/removed-files.in
ifeq (WINNT,$(OS_ARCH))
MOZ_PKG_MANIFEST_P = $(srcdir)/windows/packages