aboutsummaryrefslogtreecommitdiff
path: root/demos/engines
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-11-14 23:25:46 +0000
committerRichard Levitte <levitte@openssl.org>2001-11-14 23:25:46 +0000
commitbbb35447c4b9ecadfbf7c7eab87349b4a2ee0a8b (patch)
tree853f130bbe52595448fd774bf5d7e0583f278632 /demos/engines
parent6276f1e1000c755d8883188f53ec50ac9045bca8 (diff)
downloadopenssl-bbb35447c4b9ecadfbf7c7eab87349b4a2ee0a8b.zip
openssl-bbb35447c4b9ecadfbf7c7eab87349b4a2ee0a8b.tar.gz
openssl-bbb35447c4b9ecadfbf7c7eab87349b4a2ee0a8b.tar.bz2
In a Debian Linux environment, it's not a good idea, apparently, to
manually declare the include directory /usr/include at the same time as the macro PROTOTYPES is defined with the value 1. Besides, /usr/include is the standard include directory anyway, so there's no need to specify it explicitely.
Diffstat (limited to 'demos/engines')
-rw-r--r--demos/engines/rsaref/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/engines/rsaref/Makefile b/demos/engines/rsaref/Makefile
index c6b8957..f5e57bd 100644
--- a/demos/engines/rsaref/Makefile
+++ b/demos/engines/rsaref/Makefile
@@ -27,7 +27,7 @@ all:
FORCE.install:
install: FORCE.install
cd install; \
- make -f unix/makefile INCL='-I. -I/usr/include' CFLAGS='$(INCL) -O -c' RSAREFLIB=librsaref.a librsaref.a
+ make -f unix/makefile CFLAGS='-I. -DPROTOTYPES=1 -O -c' RSAREFLIB=librsaref.a librsaref.a
gnu: install $(SHLIB).gnu
tru64: install $(SHLIB).tru64