Module Name: src
Committed By: jkoshy
Date: Mon May 2 18:28:38 UTC 2022
Modified Files:
src/tools/elftoolchain/common: Makefile
Log Message:
Bug fix: use the correct target path in a dependency.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tools/elftoolchain/common/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tools/elftoolchain/common/Makefile
diff -u src/tools/elftoolchain/common/Makefile:1.1 src/tools/elftoolchain/common/Makefile:1.2
--- src/tools/elftoolchain/common/Makefile:1.1 Wed Apr 13 17:54:05 2022
+++ src/tools/elftoolchain/common/Makefile Mon May 2 18:28:38 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/04/13 17:54:05 jkoshy Exp $
+# $NetBSD: Makefile,v 1.2 2022/05/02 18:28:38 jkoshy Exp $
.include <bsd.hostinit.mk>
@@ -23,7 +23,7 @@ ${HOST_INCSDIR}/${_f}: ${_f}
install: .PHONY includes
-includes: .PHONY ${HOST_INCSDIR} .WAIT ${INCS}
+includes: .PHONY ${HOST_INCSDIR} .WAIT ${HOST_INCINSTFILES}
all depend clean clobber: