In some of the Makefiles CPP was not defined.
This commit is contained in:
parent
f69ef67c2b
commit
623bb80b77
3 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
DIR= bn
|
||||
TOP= ../..
|
||||
CC= cc
|
||||
CPP= $(CC) -E
|
||||
INCLUDES= -I.. -I../../include
|
||||
CFLAG=-g
|
||||
INSTALL_PREFIX=
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
DIR= rc4
|
||||
TOP= ../..
|
||||
CC= cc
|
||||
CPP= $(CC) -E
|
||||
INCLUDES=
|
||||
CFLAG=-g
|
||||
INSTALL_PREFIX=
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
DIR= sha
|
||||
TOP= ../..
|
||||
CC= cc
|
||||
CPP= $(CC) -E
|
||||
INCLUDES=
|
||||
CFLAG=-g
|
||||
INSTALL_PREFIX=
|
||||
|
|
Loading…
Reference in a new issue