From 6f96b351c276954de1514130557a486ea54fbf32 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 30 Jan 2000 20:57:58 +0000 Subject: [PATCH] The readline includes handling was moved down a level in src/gnu/libreadline -- reflect that change here. Ok'ed by: JKH --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 14d4a5e309c4..31edbd6b26d8 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -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