depend-cleanup.sh: Add a rule to work around abd_os.c dependency changes

Fixes incremental buildworld after the latest OpenZFS import.

Fixes:	e2df9bb441 ("zfs: merge openzfs/zfs@b10992582")
Sponsored by:	Klara, Inc.
This commit is contained in:
Mark Johnston 2024-09-10 15:29:39 +00:00
parent 9569fddd8d
commit fd3d3240b0

View file

@ -182,3 +182,6 @@ if [ -f "$OBJTOP"/rescue/rescue/rescue.mk ] && \
echo "removing rescue.mk without nvme_util.o"
rm -f "$OBJTOP"/rescue/rescue/rescue.mk
fi
# 20240910 e2df9bb44109
clean_dep cddl/lib/libzpool abd_os c