summaryrefslogtreecommitdiff
path: root/crypto/buffer
diff options
context:
space:
mode:
authorsteve <steve>1999-01-18 22:18:22 +0000
committersteve <steve>1999-01-18 22:18:22 +0000
commitfff1abaf38296f216307fa64db1c7568bbdd9e3c (patch)
tree7bcfc0ff638e568a3a6746474a97af32b08a1ad0 /crypto/buffer
parent0877f61458cfbbc1f293dc2d477e7ddb90e01646 (diff)
downloadopenssl-fff1abaf38296f216307fa64db1c7568bbdd9e3c.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 'crypto/buffer')
-rw-r--r--crypto/buffer/Makefile.ssl6
1 files changed, 4 insertions, 2 deletions
diff --git a/crypto/buffer/Makefile.ssl b/crypto/buffer/Makefile.ssl
index 35367933b..756e8b1e2 100644
--- a/crypto/buffer/Makefile.ssl
+++ b/crypto/buffer/Makefile.ssl
@@ -77,8 +77,10 @@ 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 $(ERR).h $(ERRC).c
+ perl ../err/err_genc.pl -s $(ERR).h $(ERRC).c
# DO NOT DELETE THIS LINE -- make depend depends on it.