Module Name:    src
Committed By:   christos
Date:           Sat Aug 17 22:23:46 UTC 2024

Modified Files:
        src/tools: Makefile.host

Log Message:
don't provide an install target if one has been defined


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/tools/Makefile.host

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tools/Makefile.host
diff -u src/tools/Makefile.host:1.36 src/tools/Makefile.host:1.37
--- src/tools/Makefile.host:1.36	Sun Jun  4 12:53:59 2023
+++ src/tools/Makefile.host	Sat Aug 17 18:23:46 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.host,v 1.36 2023/06/04 16:53:59 lukem Exp $
+#	$NetBSD: Makefile.host,v 1.37 2024/08/17 22:23:46 christos Exp $
 
 NOINFO=         # defined
 NOLINT=         # defined
@@ -55,6 +55,7 @@ SRCS+=		${HOST_SRCS}
 .PATH:		${.PROGDIR}
 
 # Install rule.
+.if !target(realinstall)
 realinstall: install.host install.files
 install.host: ${HOST_INSTALLPROG}
 ${HOST_INSTALLPROG}:: ${HOSTPROG}
@@ -81,5 +82,6 @@ ${HOST_FILESDIR}/${F}: ${F}
 .PHONY:		${HOST_FILESDIR}/${F}
 .endif
 .endfor
+.endif
 
 .include <bsd.hostprog.mk>

Reply via email to