summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-01-30 20:57:58 +0000
committerobrien <obrien@FreeBSD.org>2000-01-30 20:57:58 +0000
commit62e1ad16f111d03a4d69a93b1e5a2932ccbb9770 (patch)
treea25c807cfbb73bf49c1a0e55ce8b27aa8d759967 /Makefile.inc1
parent541e13d43c95199da17e99c4ba4f8b29c7c4afc4 (diff)
downloadFreeBSD-src-62e1ad16f111d03a4d69a93b1e5a2932ccbb9770.zip
FreeBSD-src-62e1ad16f111d03a4d69a93b1e5a2932ccbb9770.tar.gz
The readline includes handling was moved down a level in
src/gnu/libreadline -- reflect that change here. Ok'ed by: JKH
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 14d4a5e..31edbd6 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
OpenPOWER on IntegriCloud