Module Name: src Committed By: mrg Date: Sat Jan 11 23:00:02 UTC 2025
Modified Files: src/external/bsd/am-utils/lib/libamu: Makefile Log Message: objects and .d files also depend upon config_local.h. with this, and the libzstd move in src/lib/Makefile, it no longer fails if you try to do this: % cd src/compat % nbmake-foo BOOTSTRAP_SUBDIRS=../../../lib clean % nbmake-foo BOOTSTRAP_SUBDIRS=../../../lib depend as reported by uwe@. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/bsd/am-utils/lib/libamu/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/am-utils/lib/libamu/Makefile diff -u src/external/bsd/am-utils/lib/libamu/Makefile:1.4 src/external/bsd/am-utils/lib/libamu/Makefile:1.5 --- src/external/bsd/am-utils/lib/libamu/Makefile:1.4 Fri Aug 10 16:10:29 2012 +++ src/external/bsd/am-utils/lib/libamu/Makefile Sat Jan 11 23:00:02 2025 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/08/10 16:10:29 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2025/01/11 23:00:02 mrg Exp $ NOLINKLIB= # defined @@ -33,4 +33,4 @@ CLEANFILES+= config_local.h .include <bsd.lib.mk> -${SRCS}: config_local.h +${SRCS} ${OBJS}: config_local.h