Module Name: src
Committed By: christos
Date: Sun Aug 15 11:57:17 UTC 2021
Modified Files:
src/bin/sh: Makefile
Log Message:
Add -I to find filecomplete.h
To generate a diff of this commit:
cvs rdiff -u -r1.116 -r1.117 src/bin/sh/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/bin/sh/Makefile
diff -u src/bin/sh/Makefile:1.116 src/bin/sh/Makefile:1.117
--- src/bin/sh/Makefile:1.116 Wed May 26 16:21:52 2021
+++ src/bin/sh/Makefile Sun Aug 15 07:57:17 2021
@@ -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 @@ SCRIPT_ENV= \
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