aboutsummaryrefslogtreecommitdiff
path: root/crypto/stack/Makefile.ssl
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-05-20 21:59:20 +0000
committerBodo Möller <bodo@openssl.org>1999-05-20 21:59:20 +0000
commit17e3dd1c62e9aadcd908c55e650f70379d2d19e2 (patch)
tree2b3191cc15e24d09853b7e1b708fd93a398b40e8 /crypto/stack/Makefile.ssl
parent9dff4cc05100b9989998e4fe061e58d0fbfd6d8e (diff)
downloadopenssl-17e3dd1c62e9aadcd908c55e650f70379d2d19e2.zip
openssl-17e3dd1c62e9aadcd908c55e650f70379d2d19e2.tar.gz
openssl-17e3dd1c62e9aadcd908c55e650f70379d2d19e2.tar.bz2
Don't install e_os.h in include/openssl, use it only as a local
include file.
Diffstat (limited to 'crypto/stack/Makefile.ssl')
-rw-r--r--crypto/stack/Makefile.ssl8
1 files changed, 4 insertions, 4 deletions
diff --git a/crypto/stack/Makefile.ssl b/crypto/stack/Makefile.ssl
index 82b36ca..3229ef7 100644
--- a/crypto/stack/Makefile.ssl
+++ b/crypto/stack/Makefile.ssl
@@ -79,7 +79,7 @@ clean:
# DO NOT DELETE THIS LINE -- make depend depends on it.
stack.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
-stack.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
-stack.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
-stack.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
-stack.o: ../../include/openssl/stack.h ../cryptlib.h
+stack.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
+stack.o: ../../include/openssl/err.h ../../include/openssl/opensslconf.h
+stack.o: ../../include/openssl/opensslv.h ../../include/openssl/stack.h
+stack.o: ../cryptlib.h ../e_os.h