From d94975937e2f3b177a1e97df2c2ec00992a59b30 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 1 Oct 2004 00:46:21 +0000 Subject: [PATCH] add trace_systrace.o dependency --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index ea7bd2b0f..d942786a1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -234,6 +234,7 @@ strlcpy.o: strlcpy.c config.h strerror.o: strerror.c config.h utime.o: utime.c config.h pathnames.h compat.h emul/utime.h ldap.o: ldap.c $(SUDODEP) parse.h +trace_systrace.o: trace_systrace.c $(SUDODEP) trace_systrace.h # Build special copy of alloc.c for visudo that calls Exit() vsalloc.o: alloc.c $(SUDODEP) -- 2.50.1