aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rc4/Makefile.ssl
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/rc4/Makefile.ssl
parentf69ef67c2b73f1030b4d3de3f4bf87e955fb614d (diff)
downloadopenssl-623bb80b77eb905923bef484ed70e6aeece53c5b.tar.gz
In some of the Makefiles CPP was not defined.
Diffstat (limited to 'crypto/rc4/Makefile.ssl')
-rw-r--r--crypto/rc4/Makefile.ssl1
1 files changed, 1 insertions, 0 deletions
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=