CVS commit: src/external/bsd/elftoolchain/common/sys

2024-03-27 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Mar 27 21:55:35 UTC 2024

Modified Files:
src/external/bsd/elftoolchain/common/sys: Makefile

Log Message:
Add ${_MKTARGET_CREATE}


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/elftoolchain/common/sys/Makefile

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

Modified files:

Index: src/external/bsd/elftoolchain/common/sys/Makefile
diff -u src/external/bsd/elftoolchain/common/sys/Makefile:1.1 src/external/bsd/elftoolchain/common/sys/Makefile:1.2
--- src/external/bsd/elftoolchain/common/sys/Makefile:1.1	Tue Apr  6 15:40:19 2021
+++ src/external/bsd/elftoolchain/common/sys/Makefile	Wed Mar 27 17:55:35 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/04/06 19:40:19 jkoshy Exp $
+# $NetBSD: Makefile,v 1.2 2024/03/27 21:55:35 christos Exp $
 
 .include 
 
@@ -11,6 +11,7 @@ INCS=		elfdefinitions.h
 INCSDIR=	/usr/include/sys
 
 elfdefinitions.h:	elfdefinitions.m4 elfconstants.m4
+	${_MKTARGET_CREATE}
 	${TOOL_M4} -I${SRCDIR} -D SRCDIR=${SRCDIR} ${M4FLAGS} \
 		elfdefinitions.m4 > ${.TARGET}
 



CVS commit: src/external/bsd/elftoolchain/common/sys

2024-03-27 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Mar 27 21:55:35 UTC 2024

Modified Files:
src/external/bsd/elftoolchain/common/sys: Makefile

Log Message:
Add ${_MKTARGET_CREATE}


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/elftoolchain/common/sys/Makefile

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