diff options
author | wtc%netscape.com <devnull@localhost> | 2001-05-23 05:50:11 +0000 |
---|---|---|
committer | wtc%netscape.com <devnull@localhost> | 2001-05-23 05:50:11 +0000 |
commit | 461e87064955e59aaabd976c66e7dd44bbcc5ac4 (patch) | |
tree | d69849e9467a6679be40629465ee434e9d58f2f4 /security/nss | |
parent | b6d58f90ba332194cbe09473401cca78acf270ee (diff) | |
download | nss-hg-461e87064955e59aaabd976c66e7dd44bbcc5ac4.tar.gz |
Bugzilla bug #82268: make the rule to generate certdata.c not engaged by
default.
NSS_3_2_BRANCH
Diffstat (limited to 'security/nss')
-rw-r--r-- | security/nss/lib/ckfw/builtins/Makefile | 3 |
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. |