$NetBSD: patch-lib_tools_c__src_Makefile.in,v 1.1 2020/03/17 16:02:23 nia Exp $ Portability. --- lib/tools/c_src/Makefile.in.orig 2020-02-17 08:47:07.000000000 +0000 +++ lib/tools/c_src/Makefile.in @@ -222,7 +222,7 @@ SED_DEPEND=sed '$(SED_REPL_OBJ_DIR);$(SE DEPEND_MK=depend.mk dep depend: - [ $(v_p) == 0 ] && echo " GEN "$(DEPEND_MK) + [ $(v_p) = 0 ] && echo " GEN "$(DEPEND_MK) $(V_colon)@echo "Generating dependency file $(DEPEND_MK)..." @echo "# Generated dependency rules." > $(DEPEND_MK); @echo "# Do *not* edit this file; instead, run 'make depend'." \