In some of the Makefiles CPP was not defined.

This commit is contained in:
Ulf Möller 2000-03-20 18:16:52 +00:00
parent f69ef67c2b
commit 623bb80b77
3 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,7 @@
DIR= bn
TOP= ../..
CC= cc
CPP= $(CC) -E
INCLUDES= -I.. -I../../include
CFLAG=-g
INSTALL_PREFIX=

View File

@ -5,6 +5,7 @@
DIR= rc4
TOP= ../..
CC= cc
CPP= $(CC) -E
INCLUDES=
CFLAG=-g
INSTALL_PREFIX=

View File

@ -5,6 +5,7 @@
DIR= sha
TOP= ../..
CC= cc
CPP= $(CC) -E
INCLUDES=
CFLAG=-g
INSTALL_PREFIX=