Source-Changes-HG archive

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

[src/trunk]: src/tools/lint lint: fix path to installed stdbool.h for strict ...



details:   https://anonhg.NetBSD.org/src/rev/2544ff005734
branches:  trunk
changeset: 950308:2544ff005734
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sun Jan 24 16:22:55 2021 +0000

description:
lint: fix path to installed stdbool.h for strict bool mode

diffstat:

 tools/lint/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r a03f4a4e31e3 -r 2544ff005734 tools/lint/Makefile
--- a/tools/lint/Makefile       Sun Jan 24 16:12:45 2021 +0000
+++ b/tools/lint/Makefile       Sun Jan 24 16:22:55 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.5 2021/01/24 15:43:09 christos Exp $
+#      $NetBSD: Makefile,v 1.6 2021/01/24 16:22:55 rillig Exp $
 
 HOSTPROGNAME=  ${MACHINE_GNU_PLATFORM}-lint
 HOST_SRCDIR=   usr.bin/xlint/xlint
@@ -11,9 +11,9 @@
 
 STDBOOL_H=${NETBSDSRCDIR}/${HOST_SRCDIR}/strict-bool-stdbool.h
 
-install: ${TOOLDIR}/libdata/lint/stdbool.h
+install: ${TOOLDIR}/libdata/lint/strict-bool/stdbool.h
 
-${TOOLDIR}/libdata/lint/stdbool.h:: ${STDBOOL_H}
+${TOOLDIR}/libdata/lint/strict-bool/stdbool.h:: ${STDBOOL_H}
        ${_MKTARGET_INSTALL}
-       mkdir -p ${TOOLDIR}/libdata/lint
+       mkdir -p ${.TARGET:H}
        ${HOST_INSTALL_FILE} -m ${NONBINMODE} ${STDBOOL_H} ${.TARGET}



Home | Main Index | Thread Index | Old Index