summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-03-20 18:16:52 +0000
committerUlf Möller <ulf@openssl.org>2000-03-20 18:16:52 +0000
commit623bb80b77eb905923bef484ed70e6aeece53c5b (patch)
tree3281023e780a1d8d80f0041bc2f469798a1d80f7 /crypto
parentf69ef67c2b73f1030b4d3de3f4bf87e955fb614d (diff)
In some of the Makefiles CPP was not defined.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/bn/Makefile.ssl1
-rw-r--r--crypto/rc4/Makefile.ssl1
-rw-r--r--crypto/sha/Makefile.ssl1
3 files changed, 3 insertions, 0 deletions
diff --git a/crypto/bn/Makefile.ssl b/crypto/bn/Makefile.ssl
index 29ca88ccd5..3902c41c72 100644
--- a/crypto/bn/Makefile.ssl
+++ b/crypto/bn/Makefile.ssl
@@ -5,6 +5,7 @@
DIR= bn
TOP= ../..
CC= cc
+CPP= $(CC) -E
INCLUDES= -I.. -I../../include
CFLAG=-g
INSTALL_PREFIX=
diff --git a/crypto/rc4/Makefile.ssl b/crypto/rc4/Makefile.ssl
index d3dff0f4a1..53eac2064a 100644
--- a/crypto/rc4/Makefile.ssl
+++ b/crypto/rc4/Makefile.ssl
@@ -5,6 +5,7 @@
DIR= rc4
TOP= ../..
CC= cc
+CPP= $(CC) -E
INCLUDES=
CFLAG=-g
INSTALL_PREFIX=
diff --git a/crypto/sha/Makefile.ssl b/crypto/sha/Makefile.ssl
index d30e7244c0..0e6e7b8940 100644
--- a/crypto/sha/Makefile.ssl
+++ b/crypto/sha/Makefile.ssl
@@ -5,6 +5,7 @@
DIR= sha
TOP= ../..
CC= cc
+CPP= $(CC) -E
INCLUDES=
CFLAG=-g
INSTALL_PREFIX=