Module Name:    src
Committed By:   riastradh
Date:           Sat Jun 22 13:36:54 UTC 2024

Modified Files:
        src/external/mit/libcbor/lib: Makefile

Log Message:
libcbor: Fix make dependencies on configuration.h.

PR lib/58359


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/mit/libcbor/lib/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/mit/libcbor/lib/Makefile
diff -u src/external/mit/libcbor/lib/Makefile:1.3 src/external/mit/libcbor/lib/Makefile:1.4
--- src/external/mit/libcbor/lib/Makefile:1.3	Wed Mar  4 17:22:49 2020
+++ src/external/mit/libcbor/lib/Makefile	Sat Jun 22 13:36:54 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/03/04 17:22:49 christos Exp $
+# $NetBSD: Makefile,v 1.4 2024/06/22 13:36:54 riastradh Exp $
 
 NOLINT=
 NOMAN=
@@ -92,7 +92,7 @@ SHLIB_MINOR=    5
 
 .include <bsd.lib.mk>
 
-${OBJS}: cbor/configuration.h
+${ALLOBJS}: cbor/configuration.h
 
 cbor/configuration.h: ${VERS_FILE}
 	@mkdir -p cbor && ( \

Reply via email to