2018-03-16 07:37:00 +01:00
|
|
|
# HG changeset patch
|
|
|
|
# Parent bbf8e741ac966df6cf513ea042d1351eb279c122
|
|
|
|
|
2013-06-11 17:41:13 +02:00
|
|
|
diff --git a/Makefile b/Makefile
|
|
|
|
--- a/Makefile
|
|
|
|
+++ b/Makefile
|
2018-03-16 07:37:00 +01:00
|
|
|
@@ -42,17 +42,17 @@ include $(CORE_DEPTH)/coreconf/rules.mk
|
|
|
|
#######################################################################
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#######################################################################
|
2007-01-16 00:25:44 +01:00
|
|
|
# (7) Execute "local" rules. (OPTIONAL). #
|
|
|
|
#######################################################################
|
|
|
|
|
2017-01-18 23:18:23 +01:00
|
|
|
-nss_build_all: build_nspr all latest
|
|
|
|
+nss_build_all: all latest
|
2013-06-11 17:41:13 +02:00
|
|
|
|
|
|
|
nss_clean_all: clobber_nspr clobber
|
2007-01-16 00:25:44 +01:00
|
|
|
|
2018-03-16 07:37:00 +01:00
|
|
|
NSPR_CONFIG_STATUS = $(CORE_DEPTH)/../nspr/$(OBJDIR_NAME)/config.status
|
|
|
|
NSPR_CONFIGURE = $(CORE_DEPTH)/../nspr/configure
|
|
|
|
|
|
|
|
#
|
|
|
|
# Translate coreconf build options to NSPR configure options.
|