From 36fbdc48ff2e6d580f40e2f48cd897c9516aaa63 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 20 Jan 2020 10:45:20 -0700 Subject: [PATCH] Add siglist.c and signame.c as dependencies for depend target. Fixes running "make depend" in lib/util dir when siglist.c or signame.c are not already present. --- lib/util/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util/Makefile.in b/lib/util/Makefile.in index 96bda97f0..a912e0d8d 100644 --- a/lib/util/Makefile.in +++ b/lib/util/Makefile.in @@ -173,7 +173,7 @@ pvs-log-files: $(POBJS) pvs-studio: $(POBJS) plog-converter $(PVS_LOG_OPTS) $(POBJS) -depend: +depend: siglist.c signame.c $(top_srcdir)/mkdep.pl --srcdir=$(abs_top_srcdir) \ --builddir=$(abs_top_builddir) lib/util/Makefile.in cd $(top_builddir) && ./config.status --file lib/util/Makefile