From 31939f154484b9dab8a2700b1f9ea0f1213d9db0 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 20 May 2003 09:00:59 +0000 Subject: [PATCH] I don't remember what my thinking was with str_compat.h. Maybe it'll come back to me... --- crypto/store/Makefile.ssl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crypto/store/Makefile.ssl b/crypto/store/Makefile.ssl index 3bfb2a619d..8c73403ccb 100644 --- a/crypto/store/Makefile.ssl +++ b/crypto/store/Makefile.ssl @@ -29,7 +29,8 @@ LIBOBJ= str_err.o str_lib.o str_meth.o str_mem.o SRC= $(LIBSRC) -EXHEADER= store.h str_compat.h +#EXHEADER= store.h str_compat.h +EXHEADER= store.h HEADER= $(EXHEADER) str_locl.h ALL= $(GENERAL) $(SRC) $(HEADER) -- 2.25.1