aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/Makefile.ssl
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 /ssl/Makefile.ssl
parent4a66b7e0b235298716664e570e44428a0e54d196 (diff)
downloadopenssl-6c8abdd744ecba1cf06f03bea4a034412c5922dd.tar.gz
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 'ssl/Makefile.ssl')
-rw-r--r--ssl/Makefile.ssl4
1 files changed, 3 insertions, 1 deletions
diff --git a/ssl/Makefile.ssl b/ssl/Makefile.ssl
index f4b13bf83b..50b4d6aa45 100644
--- a/ssl/Makefile.ssl
+++ b/ssl/Makefile.ssl
@@ -93,7 +93,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 ../crypto/err/err_genc.pl -s $(ERR).h $(ERRC).c