From bbb35447c4b9ecadfbf7c7eab87349b4a2ee0a8b Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 14 Nov 2001 23:25:46 +0000 Subject: 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. --- demos/engines/rsaref/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos') diff --git a/demos/engines/rsaref/Makefile b/demos/engines/rsaref/Makefile index c6b8957bdd..f5e57bdffe 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 -- cgit v1.2.3