Commit 623bb80b authored by Ulf Möller's avatar Ulf Möller
Browse files

In some of the Makefiles CPP was not defined.

parent f69ef67c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
DIR=	bn
TOP=	../..
CC=	cc
CPP=    $(CC) -E
INCLUDES= -I.. -I../../include
CFLAG=-g
INSTALL_PREFIX=
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
DIR=	rc4
TOP=	../..
CC=	cc
CPP=    $(CC) -E
INCLUDES=
CFLAG=-g
INSTALL_PREFIX=
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
DIR=    sha
TOP=    ../..
CC=     cc
CPP=    $(CC) -E
INCLUDES=
CFLAG=-g
INSTALL_PREFIX=