summaryrefslogtreecommitdiffstats
path: root/crypto/comp/Makefile.ssl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/comp/Makefile.ssl')
-rw-r--r--crypto/comp/Makefile.ssl10
1 files changed, 9 insertions, 1 deletions
diff --git a/crypto/comp/Makefile.ssl b/crypto/comp/Makefile.ssl
index 8673626c94..401651d142 100644
--- a/crypto/comp/Makefile.ssl
+++ b/crypto/comp/Makefile.ssl
@@ -80,7 +80,15 @@ dclean:
clean:
/bin/rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
-errors:
+# This is a dummy to create comp.err: remove if we add any real errors to this
+# stuff.
+
+comp.err:
+ touch comp.err
+
+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