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.
This commit is contained in:
Paul Richards 1994-06-11 15:18:01 +00:00
parent 3b7e1fa300
commit 8e2c96f286
1 changed files with 2 additions and 2 deletions

View File

@ -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 \ -DHAVE_UNISTD_H -DHAVE_STRING_H -DHAVE_STDLIB_H -DHAVE_VARARGS_H \
-DFreeBSD -DFreeBSD