From 8e2c96f28637d49605eb7715edcd2fbf6f801ae0 Mon Sep 17 00:00:00 2001 From: Paul Richards Date: Sat, 11 Jun 1994 15:18:01 +0000 Subject: [PATCH] Put back -I${.CURDIR}/readline in Makefile. The sources are just broken and given that an extra -I flag is going to be needed it may as well be as above to guarantee that the library will build. --- gnu/lib/libreadline/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/lib/libreadline/Makefile b/gnu/lib/libreadline/Makefile index 970f92b08d97..2638d3c3d826 100644 --- a/gnu/lib/libreadline/Makefile +++ b/gnu/lib/libreadline/Makefile @@ -1,7 +1,7 @@ -# $Id: Makefile,v 1.10 1994/05/27 10:51:31 csgr Exp $ +# $Id: Makefile,v 1.11 1994/06/10 07:35:49 ache Exp $ -CFLAGS+= -I${.CURDIR} -DVOID_SIGHANDLER \ +CFLAGS+= -I${.CURDIR} -I${.CURDIR}/readline -DVOID_SIGHANDLER \ -DHAVE_UNISTD_H -DHAVE_STRING_H -DHAVE_STDLIB_H -DHAVE_VARARGS_H \ -DFreeBSD