Module Name: src
Committed By: christos
Date: Wed Sep 25 16:24:58 UTC 2024
Modified Files:
src/tools: README
Log Message:
PR/58699: gorg: Correct location of nbtools_config.h
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tools/README
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tools/README
diff -u src/tools/README:1.5 src/tools/README:1.6
--- src/tools/README:1.5 Thu Feb 3 15:32:38 2022
+++ src/tools/README Wed Sep 25 12:24:58 2024
@@ -1,4 +1,4 @@
-$NetBSD: README,v 1.5 2022/02/03 20:32:38 rillig Exp $
+$NetBSD: README,v 1.6 2024/09/25 16:24:58 christos Exp $
Notes for NetBSD src/tools
@@ -56,7 +56,7 @@ ${TOOLDIR}/lib/libnbcompat.a
A library containing functions that are needed by some tools.
-${TOOLDIR}/include/nbtool_compat.h
+${TOOLDIR}/include/compat/nbtool_compat.h
A header file defining macros that are needed by some tools.