summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2001-05-23 05:50:11 +0000
committerwtc%netscape.com <devnull@localhost>2001-05-23 05:50:11 +0000
commit461e87064955e59aaabd976c66e7dd44bbcc5ac4 (patch)
treed69849e9467a6679be40629465ee434e9d58f2f4
parentb6d58f90ba332194cbe09473401cca78acf270ee (diff)
downloadnss-hg-461e87064955e59aaabd976c66e7dd44bbcc5ac4.tar.gz
Bugzilla bug #82268: make the rule to generate certdata.c not engaged by
default. NSS_3_2_BRANCH
-rw-r--r--security/nss/lib/ckfw/builtins/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/nss/lib/ckfw/builtins/Makefile b/security/nss/lib/ckfw/builtins/Makefile
index 3ab0e9dcf..ac3282c4a 100644
--- a/security/nss/lib/ckfw/builtins/Makefile
+++ b/security/nss/lib/ckfw/builtins/Makefile
@@ -70,7 +70,8 @@ endif
include $(CORE_DEPTH)/coreconf/rules.mk
-certdata.c: certdata.txt certdata.perl
+# Generate certdata.c.
+generate:
perl certdata.perl < certdata.txt
# This'll need some help from a build person.