Module Name: src
Committed By: christos
Date: Sun Aug 18 00:04:17 UTC 2024
Modified Files:
src/tools: Makefile.host
Log Message:
undo previous, breaks the sed tool install.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 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.37 src/tools/Makefile.host:1.38
--- src/tools/Makefile.host:1.37 Sat Aug 17 18:23:46 2024
+++ src/tools/Makefile.host Sat Aug 17 20:04:17 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.host,v 1.37 2024/08/17 22:23:46 christos Exp $
+# $NetBSD: Makefile.host,v 1.38 2024/08/18 00:04:17 christos Exp $
NOINFO= # defined
NOLINT= # defined
@@ -55,7 +55,6 @@ SRCS+= ${HOST_SRCS}
.PATH: ${.PROGDIR}
# Install rule.
-.if !target(realinstall)
realinstall: install.host install.files
install.host: ${HOST_INSTALLPROG}
${HOST_INSTALLPROG}:: ${HOSTPROG}
@@ -82,6 +81,5 @@ ${HOST_FILESDIR}/${F}: ${F}
.PHONY: ${HOST_FILESDIR}/${F}
.endif
.endfor
-.endif
.include <bsd.hostprog.mk>