The readline includes handling was moved down a level in

src/gnu/libreadline -- reflect that change here.

Ok'ed by:	JKH
This commit is contained in:
David E. O'Brien 2000-01-30 20:57:58 +00:00
parent 4434ff1d38
commit 6f96b351c2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56909

View File

@ -574,7 +574,7 @@ includes:
cd ${.CURDIR}/gnu/include; ${MAKE} install
cd ${.CURDIR}/gnu/lib/libmp; ${MAKE} beforeinstall
cd ${.CURDIR}/gnu/lib/libobjc; ${MAKE} beforeinstall
cd ${.CURDIR}/gnu/lib/libreadline; ${MAKE} beforeinstall
cd ${.CURDIR}/gnu/lib/libreadline/readline; ${MAKE} beforeinstall
cd ${.CURDIR}/gnu/lib/libregex; ${MAKE} beforeinstall
cd ${.CURDIR}/gnu/lib/libstdc++; ${MAKE} beforeinstall
cd ${.CURDIR}/gnu/lib/libdialog; ${MAKE} beforeinstall