diff options
author | ache <ache@FreeBSD.org> | 1994-06-10 07:35:49 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-06-10 07:35:49 +0000 |
commit | 4707366d369b92c2898264434862757c8c8c924a (patch) | |
tree | e9dfc2b7ab0fd42199de9b914be79e23839d3b6e /gnu | |
parent | a5a2d2e236ee29ba4d0cb548b1f527f95a4b3e03 (diff) | |
download | FreeBSD-src-4707366d369b92c2898264434862757c8c8c924a.zip FreeBSD-src-4707366d369b92c2898264434862757c8c8c924a.tar.gz |
Remove -I./readline, unneded with make includes
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/lib/libreadline/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libreadline/Makefile b/gnu/lib/libreadline/Makefile index 63f1464..970f92b 100644 --- a/gnu/lib/libreadline/Makefile +++ b/gnu/lib/libreadline/Makefile @@ -1,7 +1,7 @@ -# $Id: Makefile,v 1.9 1994/05/14 01:18:01 ache Exp $ +# $Id: Makefile,v 1.10 1994/05/27 10:51:31 csgr Exp $ -CFLAGS+= -I${.CURDIR} -I${.CURDIR}/readline -DVOID_SIGHANDLER \ +CFLAGS+= -I${.CURDIR} -DVOID_SIGHANDLER \ -DHAVE_UNISTD_H -DHAVE_STRING_H -DHAVE_STDLIB_H -DHAVE_VARARGS_H \ -DFreeBSD |