Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/elftoolchain/common Bug fix: use the correct target pa...
details: https://anonhg.NetBSD.org/src/rev/c064a8cbe369
branches: trunk
changeset: 365902:c064a8cbe369
user: jkoshy <jkoshy%NetBSD.org@localhost>
date: Mon May 02 18:28:38 2022 +0000
description:
Bug fix: use the correct target path in a dependency.
diffstat:
tools/elftoolchain/common/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 2b60532a6c92 -r c064a8cbe369 tools/elftoolchain/common/Makefile
--- a/tools/elftoolchain/common/Makefile Mon May 02 10:50:02 2022 +0000
+++ b/tools/elftoolchain/common/Makefile Mon May 02 18:28:38 2022 +0000
@@ -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 @@
install: .PHONY includes
-includes: .PHONY ${HOST_INCSDIR} .WAIT ${INCS}
+includes: .PHONY ${HOST_INCSDIR} .WAIT ${HOST_INCINSTFILES}
all depend clean clobber:
Home |
Main Index |
Thread Index |
Old Index