Date: Sun, 30 Jan 2000 09:20:32 -0800 From: "David O'Brien" <obrien@NUXI.com> To: current@freebsd.org Subject: Error in Makefile one needs to correct before a `make world' Message-ID: <20000130092032.A2435@dragon.nuxi.com>
next in thread | raw e-mail | index | archive | help
If you installed world after my libreadline header moving, you probably
have readline headers in /usr/include you'll want to rm.
Index: Makefile
===================================================================
RCS file: /home/ncvs/src/gnu/lib/libreadline/readline/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile 2000/01/29 12:01:52 1.4
+++ Makefile 2000/01/30 17:11:46 1.5
@@ -17,6 +17,8 @@
DPADD+= $(LIBTERMCAP)
LDADD+= -ltermcap
+
+INCDIR= /usr/include/readline
.for hdr in ${INSTALLED_HEADERS}
INCS+= ${SRCDIR}/${hdr}
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000130092032.A2435>
