aboutsummaryrefslogtreecommitdiff
path: root/crypto/conf
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-01-18 22:18:38 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-01-18 22:18:38 +0000
commit6c8abdd744ecba1cf06f03bea4a034412c5922dd (patch)
tree0cf16338b54eefe8324742250fb0bcba3e3150db /crypto/conf
parent4a66b7e0b235298716664e570e44428a0e54d196 (diff)
downloadopenssl-6c8abdd744ecba1cf06f03bea4a034412c5922dd.zip
openssl-6c8abdd744ecba1cf06f03bea4a034412c5922dd.tar.gz
openssl-6c8abdd744ecba1cf06f03bea4a034412c5922dd.tar.bz2
New err_code.pl script to retain old error codes. This should allow the use
of 'make errors' without causing huge re-organisations of files when a new code is added.
Diffstat (limited to 'crypto/conf')
-rw-r--r--crypto/conf/Makefile.ssl4
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/conf/Makefile.ssl b/crypto/conf/Makefile.ssl
index 00e917a..720ac43 100644
--- a/crypto/conf/Makefile.ssl
+++ b/crypto/conf/Makefile.ssl
@@ -78,7 +78,9 @@ dclean:
clean:
/bin/rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
-errors:
+errors: $(ERRC).c
+
+$(ERRC).c: $(ERR).err
perl $(TOP)/util/err-ins.pl $(ERR).err $(ERR).h
perl ../err/err_genc.pl -s $(ERR).h $(ERRC).c