summaryrefslogtreecommitdiffstats
path: root/security/nss/coreconf/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'security/nss/coreconf/rules.mk')
-rw-r--r--security/nss/coreconf/rules.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/nss/coreconf/rules.mk b/security/nss/coreconf/rules.mk
index acf4fcc62..e9a6023b8 100644
--- a/security/nss/coreconf/rules.mk
+++ b/security/nss/coreconf/rules.mk
@@ -810,7 +810,7 @@ ifneq ($(BUILD_OPT),)
REGDATE = $(subst \ ,, $(shell $(PERL) $(CORE_DEPTH)/$(MODULE)/scripts/now))
endif
-tests:: $(REGRESSION_SPEC)
+tests:: $(REGRESSION_SPEC)
cd $(PLATFORM); \
../$(SOURCE_MD_DIR)/bin/regress$(PROG_SUFFIX) specfile=../$(REGRESSION_SPEC) progress $(EXTRA_REGRESS_OPTIONS); \
if test ! -d $(TESTS_DIR); then \
@@ -824,7 +824,7 @@ ifneq ($(BUILD_OPT),)
echo "then run 'reporter specfile=$(RESULTS_DIR)/rptspec'"
endif
else
-tests::
+tests::
@echo Error: you didn't specify REGRESSION_SPEC in your manifest.mn file!;
endif