Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/bin/sh Add -I to find filecomplete.h



details:   https://anonhg.NetBSD.org/src/rev/e9801adc977d
branches:  trunk
changeset: 985256:e9801adc977d
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Aug 15 11:57:17 2021 +0000

description:
Add -I to find filecomplete.h

diffstat:

 bin/sh/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 69057c62b7fc -r e9801adc977d bin/sh/Makefile
--- a/bin/sh/Makefile   Sun Aug 15 11:54:12 2021 +0000
+++ b/bin/sh/Makefile   Sun Aug 15 11:57:17 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.116 2021/05/26 20:21:52 christos Exp $
+#      $NetBSD: Makefile,v 1.117 2021/08/15 11:57:17 christos Exp $
 #      @(#)Makefile    8.4 (Berkeley) 5/5/95
 
 .include <bsd.own.mk>
@@ -23,7 +23,7 @@
        MKTEMP=${TOOL_MKTEMP:Q} \
        SED=${TOOL_SED:Q}
 
-CPPFLAGS+=-DSHELL -I. -I${.CURDIR}
+CPPFLAGS+=-DSHELL -I. -I${.CURDIR} -I${NETBSDSRCDIR}/lib/libedit
 CPPFLAGS+= -DUSE_LRAND48
 #XXX: For testing only.
 #CPPFLAGS+=-DDEBUG=1



Home | Main Index | Thread Index | Old Index