diff options
author | paul <paul@FreeBSD.org> | 1994-06-11 15:18:01 +0000 |
---|---|---|
committer | paul <paul@FreeBSD.org> | 1994-06-11 15:18:01 +0000 |
commit | 6ba86fb564f3d68b177e7d9d4e68fda3e73c8ca4 (patch) | |
tree | 7ee183923137076dc5d1bb872a7c97d489f4ce76 /gnu | |
parent | e05a2e89ddc27bf0929ab6075c19832d5dfa1bd3 (diff) | |
download | FreeBSD-src-6ba86fb564f3d68b177e7d9d4e68fda3e73c8ca4.zip FreeBSD-src-6ba86fb564f3d68b177e7d9d4e68fda3e73c8ca4.tar.gz |
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.
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 970f92b..2638d3c 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 |