summaryrefslogtreecommitdiffstats
path: root/crypto/err
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-03-09 08:38:11 +0100
committerRichard Levitte <levitte@openssl.org>2016-03-09 08:58:43 +0100
commit660e7588ed5305554215f3c1174a2a8e0b3b9485 (patch)
treea7f1b6459055c9d2bacb56c76f23c996273f8cd7 /crypto/err
parenta0130dedc79cc67a2cee91a47b7d660b1c10c6f4 (diff)
err_lcl.h is gone, don't pretend it's there
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Diffstat (limited to 'crypto/err')
-rw-r--r--crypto/err/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/err/Makefile.in b/crypto/err/Makefile.in
index 9329e9138e..f0051e8546 100644
--- a/crypto/err/Makefile.in
+++ b/crypto/err/Makefile.in
@@ -20,7 +20,7 @@ LIBOBJ=err.o err_all.o err_prn.o
SRC= $(LIBSRC)
-HEADER= err_lcl.h
+HEADER=
ALL= $(GENERAL) $(SRC) $(HEADER)