diff options
Diffstat (limited to 'crypto/rc4/Makefile.ssl')
-rw-r--r-- | crypto/rc4/Makefile.ssl | 1 |
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= |